Package | Description |
---|---|
org.jboss.wsf.spi.management | |
org.jboss.wsf.spi.metadata.config |
Modifier and Type | Method and Description |
---|---|
EndpointConfig |
ServerConfig.getEndpointConfig(String name)
Get an endpoint config by name
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfig.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 |
ServerConfig.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.
|
Modifier and Type | Method and Description |
---|---|
EndpointConfig |
ConfigRoot.getEndpointConfigByName(String configName) |
Modifier and Type | Method and Description |
---|---|
List<EndpointConfig> |
ConfigRoot.getEndpointConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigRoot.addEndpointConfig(EndpointConfig endpointConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigRoot.setEndpointConfig(List<EndpointConfig> endpointConfig) |
Constructor and Description |
---|
EndpointConfig(EndpointConfig base,
EndpointConfig conf) |
Copyright © 2015 JBoss, by Red Hat. All rights reserved.