public abstract class AbstractServerConfig extends Object implements AbstractServerConfigMBean, org.jboss.wsf.spi.management.ServerConfig
| Modifier and Type | Field and Description |
|---|---|
protected static ObjectName |
OBJECT_NAME_SERVER_CONFIG |
protected org.jboss.wsf.spi.management.StackConfig |
stackConfig |
OBJECT_NAME| Constructor and Description |
|---|
AbstractServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig config) |
void |
addEndpointConfig(org.jboss.wsf.spi.metadata.config.EndpointConfig config) |
void |
create() |
void |
destroy() |
List<org.jboss.wsf.spi.metadata.config.ClientConfig> |
getClientConfigs() |
List<org.jboss.wsf.spi.metadata.config.EndpointConfig> |
getEndpointConfigs() |
String |
getImplementationTitle() |
String |
getImplementationVersion() |
MBeanServer |
getMbeanServer() |
String |
getWebServiceHost() |
int |
getWebServicePort() |
int |
getWebServiceSecurePort() |
boolean |
isModifySOAPAddress() |
void |
setMbeanServer(MBeanServer mbeanServer) |
void |
setModifySOAPAddress(boolean modify) |
void |
setWebServiceHost(String host) |
void |
setWebServicePort(int port) |
void |
setWebServiceSecurePort(int port) |
protected static final ObjectName OBJECT_NAME_SERVER_CONFIG
protected org.jboss.wsf.spi.management.StackConfig stackConfig
public MBeanServer getMbeanServer()
public void setMbeanServer(MBeanServer mbeanServer)
public String getWebServiceHost()
getWebServiceHost in interface org.jboss.wsf.spi.management.ServerConfigpublic void setWebServiceHost(String host) throws UnknownHostException
setWebServiceHost in interface org.jboss.wsf.spi.management.ServerConfigUnknownHostExceptionpublic void setWebServicePort(int port)
setWebServicePort in interface org.jboss.wsf.spi.management.ServerConfigpublic void setWebServiceSecurePort(int port)
setWebServiceSecurePort in interface org.jboss.wsf.spi.management.ServerConfigpublic boolean isModifySOAPAddress()
isModifySOAPAddress in interface org.jboss.wsf.spi.management.ServerConfigpublic void setModifySOAPAddress(boolean modify)
setModifySOAPAddress in interface org.jboss.wsf.spi.management.ServerConfigpublic int getWebServicePort()
getWebServicePort in interface org.jboss.wsf.spi.management.ServerConfigpublic int getWebServiceSecurePort()
getWebServiceSecurePort in interface org.jboss.wsf.spi.management.ServerConfigpublic String getImplementationTitle()
getImplementationTitle in interface org.jboss.wsf.spi.management.ServerConfigpublic String getImplementationVersion()
getImplementationVersion in interface org.jboss.wsf.spi.management.ServerConfigpublic void addEndpointConfig(org.jboss.wsf.spi.metadata.config.EndpointConfig config)
addEndpointConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic void addClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig config)
addClientConfig in interface org.jboss.wsf.spi.management.ServerConfigpublic List<org.jboss.wsf.spi.metadata.config.EndpointConfig> getEndpointConfigs()
getEndpointConfigs in interface org.jboss.wsf.spi.management.ServerConfigpublic List<org.jboss.wsf.spi.metadata.config.ClientConfig> getClientConfigs()
getClientConfigs in interface org.jboss.wsf.spi.management.ServerConfigCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.