@ThreadSafe @Immutable public class MTOMEnabler extends Object implements WSExtensionEnabler
Constructor and Description |
---|
MTOMEnabler(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 MTOMEnabler(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 WSExtensionEnabler
endpointInstance
- ObjectUnsupportedOperationException
WSExtensionEnabler.enable(Object)
public EnablerDelegate getDelegate()
getDelegate
in interface WSExtensionEnabler
WSExtensionEnabler.getDelegate()
Copyright © 2008–2016 JBoss.org. All rights reserved.