@ThreadSafe @Immutable public class WSAddressingEnabler extends Object implements WSExtensionEnabler
| Constructor and Description |
|---|
WSAddressingEnabler(WSDynamicClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
enable(Object endpointInstance)
This is the call back method invoked by
WSEndpoint to ask this extension to enable itself. |
EnablerDelegate |
getDelegate()
For test purpose
|
public WSAddressingEnabler(WSDynamicClient client)
public void enable(Object endpointInstance) throws UnsupportedOperationException
WSEndpoint to ask this extension to enable itself. Implementer should
delegate the effective job to EnablerDelegate implementation for the right JAX-WS stack in use.enable in interface WSExtensionEnablerendpointInstance - ObjectUnsupportedOperationExceptionWSExtensionEnabler.enable(Object)public EnablerDelegate getDelegate()
WSExtensionEnablergetDelegate in interface WSExtensionEnablerCopyright © 2008–2016 JBoss.org. All rights reserved.