public interface ServerConfig
Modifier and Type | Field and Description |
---|---|
static String |
UNDEFINED_HOSTNAME
The host name that is returned if there is no other defined
|
Modifier and Type | Method and Description |
---|---|
void |
addClientConfig(ClientConfig config) |
void |
addEndpointConfig(EndpointConfig config) |
List<ClientConfig> |
getClientConfigs() |
List<EndpointConfig> |
getEndpointConfigs() |
File |
getHomeDir() |
String |
getImplementationTitle() |
String |
getImplementationVersion() |
File |
getServerDataDir() |
File |
getServerTempDir() |
String |
getWebServiceHost() |
int |
getWebServicePort() |
int |
getWebServiceSecurePort() |
boolean |
isModifySOAPAddress() |
void |
setModifySOAPAddress(boolean flag) |
void |
setWebServiceHost(String host) |
void |
setWebServicePort(int port) |
void |
setWebServiceSecurePort(int port) |
static final String UNDEFINED_HOSTNAME
String getImplementationTitle()
String getImplementationVersion()
File getHomeDir()
File getServerTempDir()
File getServerDataDir()
String getWebServiceHost()
void setWebServiceHost(String host) throws UnknownHostException
UnknownHostException
int getWebServicePort()
void setWebServicePort(int port)
int getWebServiceSecurePort()
void setWebServiceSecurePort(int port)
boolean isModifySOAPAddress()
void setModifySOAPAddress(boolean flag)
void addEndpointConfig(EndpointConfig config)
List<EndpointConfig> getEndpointConfigs()
void addClientConfig(ClientConfig config)
List<ClientConfig> getClientConfigs()
Copyright © 2013 JBoss, by Red Hat. All rights reserved.