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 |
---|---|
ClientConfig |
getClientConfig(String name)
Get a client config by name
|
EndpointConfig |
getEndpointConfig(String name)
Get an endpoint config by name
|
File |
getHomeDir() |
String |
getImplementationTitle() |
String |
getImplementationVersion() |
File |
getServerDataDir() |
File |
getServerTempDir() |
String |
getWebServiceHost() |
int |
getWebServicePort() |
int |
getWebServiceSecurePort() |
boolean |
isModifySOAPAddress() |
void |
registerClientConfig(ClientConfig config)
Register a client config in the server configuration; the new config will apply to runtime when the server config is started
or after a client config store reload.
|
void |
registerEndpointConfig(EndpointConfig config)
Register an endpoint config in the server configuration; the new config will apply to runtime when the server config is started
or after an endpoint config store reload.
|
void |
reloadClientConfigs()
Reloads the client config store
|
void |
reloadEndpointConfigs()
Reloads the endpoint config store
|
void |
setModifySOAPAddress(boolean flag) |
void |
setWebServiceHost(String host) |
void |
setWebServicePort(int port) |
void |
setWebServiceSecurePort(int port) |
void |
unregisterClientConfig(ClientConfig config)
Unregister a client config from the server configuration; the new config will be removed from
the collection returned to callers after next endpoint store reload.
|
void |
unregisterEndpointConfig(EndpointConfig config)
Unregister an endpoint config from the server configuration; the new config will be removed from
the collection returned to callers after next endpoint store reload.
|
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 registerClientConfig(ClientConfig config)
config
- void unregisterClientConfig(ClientConfig config)
config
- void reloadClientConfigs()
ClientConfig getClientConfig(String name)
void registerEndpointConfig(EndpointConfig config)
config
- void unregisterEndpointConfig(EndpointConfig config)
config
- void reloadEndpointConfigs()
EndpointConfig getEndpointConfig(String name)
Copyright © 2015 JBoss, by Red Hat. All rights reserved.