@ThreadSafe
public interface WSExtensionEnabler
WSEndpoint
using addWSExtension method. WSExtension implementation are meant to
be pure declarative class delegating all their operations to a "visitor" class injected into the system with IOC Different
Visitors implement EnablerDelegate
and have to take care to implement necessary steps to implement various WSExtension
for the JAXWS implementation for which they are supposed to work.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
|
void enable(Object endpointInstance)
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.endpointInstance
- ObjectEnablerDelegate getDelegate()
Copyright © 2008–2016 JBoss.org. All rights reserved.