public final class WSEndpointConfigMapping extends Object
| Constructor and Description |
|---|
WSEndpointConfigMapping() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.wsf.spi.metadata.config.EndpointConfig |
getConfig(String endpointClass)
Returns config associated with WS endpoint.
|
boolean |
isEmpty() |
void |
registerEndpointConfig(String endpointClass,
org.jboss.wsf.spi.metadata.config.EndpointConfig config)
Registers endpoint and its config.
|
public void registerEndpointConfig(String endpointClass, org.jboss.wsf.spi.metadata.config.EndpointConfig config)
endpointClass - WS endpointconfig - Config with endpointpublic org.jboss.wsf.spi.metadata.config.EndpointConfig getConfig(String endpointClass)
endpointClass - to get associated configpublic boolean isEmpty()
Copyright © 2020 JBoss by Red Hat. All rights reserved.