public abstract class AbstractServerConfig extends Object implements AbstractServerConfigMBean, org.jboss.wsf.spi.management.ServerConfig
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractServerConfig.UpdateCallbackHandler |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.wsf.spi.management.CommonConfigStore<org.jboss.wsf.spi.metadata.config.ClientConfig> |
clientConfigStore |
protected org.jboss.wsf.spi.management.CommonConfigStore<org.jboss.wsf.spi.metadata.config.EndpointConfig> |
endpointConfigStore |
static PrivilegedAction<org.jboss.wsf.spi.management.ServerConfig> |
GET_SERVER_INTEGRATION_SERVER_CONFIG |
protected org.jboss.wsf.spi.management.StackConfig |
stackConfig |
OBJECT_NAME| Constructor and Description |
|---|
AbstractServerConfig() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHomeDir, getServerDataDir, getServerTempDirprotected volatile org.jboss.wsf.spi.management.StackConfig stackConfig
protected final org.jboss.wsf.spi.management.CommonConfigStore<org.jboss.wsf.spi.metadata.config.ClientConfig> clientConfigStore
protected final org.jboss.wsf.spi.management.CommonConfigStore<org.jboss.wsf.spi.metadata.config.EndpointConfig> endpointConfigStore
public static final PrivilegedAction<org.jboss.wsf.spi.management.ServerConfig> GET_SERVER_INTEGRATION_SERVER_CONFIG
public MBeanServer getMbeanServer()
public void setMbeanServer(MBeanServer mbeanServer)
public String getWebServiceHost()
getWebServiceHost in interface AbstractServerConfigMBeangetWebServiceHost in interface org.jboss.wsf.spi.management.ServerConfigpublic void setWebServiceHost(String host) throws UnknownHostException
setWebServiceHost in interface AbstractServerConfigMBeansetWebServiceHost in interface org.jboss.wsf.spi.management.ServerConfigUnknownHostExceptionprotected void setWebServiceHost(String host, AbstractServerConfig.UpdateCallbackHandler uch) throws UnknownHostException
UnknownHostExceptionpublic void setWebServicePort(int port)
setWebServicePort in interface AbstractServerConfigMBeansetWebServicePort in interface org.jboss.wsf.spi.management.ServerConfigprotected void setWebServicePort(int port,
AbstractServerConfig.UpdateCallbackHandler uch)
public void setWebServiceSecurePort(int port)
setWebServiceSecurePort in interface AbstractServerConfigMBeansetWebServiceSecurePort in interface org.jboss.wsf.spi.management.ServerConfigprotected void setWebServiceSecurePort(int port,
AbstractServerConfig.UpdateCallbackHandler uch)
public boolean isModifySOAPAddress()
isModifySOAPAddress in interface AbstractServerConfigMBeanisModifySOAPAddress in interface org.jboss.wsf.spi.management.ServerConfigpublic void setModifySOAPAddress(boolean modify)
setModifySOAPAddress in interface AbstractServerConfigMBeansetModifySOAPAddress in interface org.jboss.wsf.spi.management.ServerConfigprotected void setModifySOAPAddress(boolean modify,
AbstractServerConfig.UpdateCallbackHandler uch)
public int getWebServicePort()
getWebServicePort in interface AbstractServerConfigMBeangetWebServicePort in interface org.jboss.wsf.spi.management.ServerConfigpublic int getWebServiceSecurePort()
getWebServiceSecurePort in interface AbstractServerConfigMBeangetWebServiceSecurePort in interface org.jboss.wsf.spi.management.ServerConfigpublic static org.jboss.wsf.spi.management.ServerConfig getServerIntegrationServerConfig()
public String getImplementationTitle()
getImplementationTitle in interface AbstractServerConfigMBeangetImplementationTitle in interface org.jboss.wsf.spi.management.ServerConfigpublic String getImplementationVersion()
getImplementationVersion in interface AbstractServerConfigMBeangetImplementationVersion in interface org.jboss.wsf.spi.management.ServerConfigpublic void registerClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig config)
registerClientConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void unregisterClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig config)
unregisterClientConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void reloadClientConfigs()
reloadClientConfigs in interface org.jboss.wsf.spi.management.ServerConfigpublic org.jboss.wsf.spi.metadata.config.ClientConfig getClientConfig(String name)
getClientConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void registerEndpointConfig(org.jboss.wsf.spi.metadata.config.EndpointConfig config)
registerEndpointConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void unregisterEndpointConfig(org.jboss.wsf.spi.metadata.config.EndpointConfig config)
unregisterEndpointConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void reloadEndpointConfigs()
reloadEndpointConfigs in interface org.jboss.wsf.spi.management.ServerConfigpublic org.jboss.wsf.spi.metadata.config.EndpointConfig getEndpointConfig(String name)
getEndpointConfig in interface org.jboss.wsf.spi.management.ServerConfigCopyright © 2015 JBoss, by Red Hat. All rights reserved.