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.ServerConfig
public void setWebServiceHost(String host) throws UnknownHostException
setWebServiceHost
in interface org.jboss.wsf.spi.management.ServerConfig
UnknownHostException
public void setWebServicePort(int port)
setWebServicePort
in interface org.jboss.wsf.spi.management.ServerConfig
public void setWebServiceSecurePort(int port)
setWebServiceSecurePort
in interface org.jboss.wsf.spi.management.ServerConfig
public boolean isModifySOAPAddress()
isModifySOAPAddress
in interface org.jboss.wsf.spi.management.ServerConfig
public void setModifySOAPAddress(boolean modify)
setModifySOAPAddress
in interface org.jboss.wsf.spi.management.ServerConfig
public int getWebServicePort()
getWebServicePort
in interface org.jboss.wsf.spi.management.ServerConfig
public int getWebServiceSecurePort()
getWebServiceSecurePort
in interface org.jboss.wsf.spi.management.ServerConfig
public String getImplementationTitle()
getImplementationTitle
in interface org.jboss.wsf.spi.management.ServerConfig
public String getImplementationVersion()
getImplementationVersion
in interface org.jboss.wsf.spi.management.ServerConfig
public void addEndpointConfig(org.jboss.wsf.spi.metadata.config.EndpointConfig config)
addEndpointConfig
in interface org.jboss.wsf.spi.management.ServerConfig
public void addClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig config)
addClientConfig
in interface org.jboss.wsf.spi.management.ServerConfig
public List<org.jboss.wsf.spi.metadata.config.EndpointConfig> getEndpointConfigs()
getEndpointConfigs
in interface org.jboss.wsf.spi.management.ServerConfig
public List<org.jboss.wsf.spi.metadata.config.ClientConfig> getClientConfigs()
getClientConfigs
in interface org.jboss.wsf.spi.management.ServerConfig
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.