| Package | Description |
|---|---|
| org.jboss.wsf.spi.management | |
| org.jboss.wsf.spi.metadata.config |
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ServerConfig.getClientConfig(String name)
Get a client config by name
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.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 |
ServerConfig.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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ConfigRoot.getClientConfigByName(String configName) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientConfig> |
ConfigRoot.getClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRoot.addClientConfig(ClientConfig clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRoot.setClientConfig(List<ClientConfig> clientConfig) |
| Constructor and Description |
|---|
ClientConfig(ClientConfig base,
ClientConfig addon) |
Copyright © 2015 JBoss, by Red Hat. All rights reserved.