public abstract class ServiceConfigBase<T> extends AbstractServiceConfig
| Constructor and Description |
|---|
ServiceConfigBase() |
ServiceConfigBase(Service service) |
getAccesslog, getDocument, getExecutes, getFilter, getListener, getProtocol, getProtocolIds, getProtocols, getSerialization, getToken, getWarmup, getWeight, isDeprecated, isDynamic, isRegister, setAccesslog, setAccesslog, setDelay, setDeprecated, setDocument, setDynamic, setExecutes, setExport, setGroup, setListener, setProtocol, setProtocolIds, setProtocols, setRegister, setSerialization, setToken, setToken, setVersion, setWarmup, setWeightappendRuntimeParameters, checkInterfaceAndMethods, checkRegistry, checkStubAndLocal, completeCompoundConfigs, getApplication, getAuth, getCallbacks, getCluster, getConfigCenter, getConnections, getExportedUrls, getGroup, getInterface, getLayer, getLocal, getMetadataReportConfig, getMethods, getMetrics, getModule, getMonitor, getOnconnect, getOndisconnect, getOwner, getProxy, getRegistries, getRegistry, getRegistryIds, getScope, getSslConfig, getStub, getTag, getVersion, initServiceMetadata, setApplication, setAuth, setCallbacks, setCluster, setConfigCenter, setConnections, setFilter, setInterface, setLayer, setLocal, setLocal, setMetadataReportConfig, setMethods, setMetrics, setModule, setMonitor, setMonitor, setOnconnect, setOndisconnect, setOwner, setProxy, setRegistries, setRegistry, setRegistryIds, setScope, setStub, setStub, setTag, toUrl, toUrls, verifyStubAndLocalgetActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setTimeout, setValidationaddIntoConfigManager, appendParameters, appendParameters, equals, getId, getMetaData, getTagName, hashCode, isDefault, isValid, refresh, setDefault, setId, setPrefix, toString, updateIdIfAbsentpublic ServiceConfigBase()
public ServiceConfigBase(Service service)
public boolean shouldExport()
public Boolean getExport()
getExport in class AbstractServiceConfigpublic boolean shouldDelay()
public Integer getDelay()
getDelay in class AbstractServiceConfigpublic void checkRef()
public Optional<String> getContextPath(ProtocolConfig protocolConfig)
public void checkDefault()
throws IllegalStateException
IllegalStateExceptionpublic void checkProtocol()
public void completeCompoundConfigs()
public Class<?> getInterfaceClass()
public void setInterfaceClass(Class<?> interfaceClass)
interfaceClass - setInterface(Class)public void setInterface(Class<?> interfaceClass)
public T getRef()
public void setRef(T ref)
@Parameter(excluded=true) public String getPath()
public void setPath(String path)
public ProviderConfig getProvider()
public void setProvider(ProviderConfig provider)
@Parameter(excluded=true) public String getProviderIds()
public void setProviderIds(String providerIds)
public String getGeneric()
public void setGeneric(String generic)
public ServiceMetadata getServiceMetadata()
@Deprecated public List<ProviderConfig> getProviders()
@Deprecated public void setProviders(List<ProviderConfig> providers)
@Parameter(excluded=true) public String getPrefix()
getPrefix in class AbstractConfig@Parameter(excluded=true) public String getUniqueServiceName()
public String getGroup()
getGroup in class AbstractServiceConfigpublic String getVersion()
getVersion in class AbstractServiceConfigpublic abstract void export()
public abstract void unexport()
public abstract boolean isExported()
public abstract boolean isUnexported()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.