org.jboss.wise.core.wsextensions.impl
Class WSAddressingEnabler

java.lang.Object
  extended by org.jboss.wise.core.wsextensions.WSExtensionEnabler
      extended by org.jboss.wise.core.wsextensions.impl.WSAddressingEnabler

public class WSAddressingEnabler
extends WSExtensionEnabler

It is the enabler for WS-Addressing extension

Author:
stefano.maestri@javalinux.it

Field Summary
 
Fields inherited from class org.jboss.wise.core.wsextensions.WSExtensionEnabler
delegate
 
Constructor Summary
WSAddressingEnabler()
           
 
Method Summary
 void enable(WSEndpoint endpoint)
          This is the call back method invoked by WSEndpoint to ask this extension to enable itself.
 
Methods inherited from class org.jboss.wise.core.wsextensions.WSExtensionEnabler
getDelegate, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAddressingEnabler

public WSAddressingEnabler()
Method Detail

enable

public void enable(WSEndpoint endpoint)
            throws java.lang.UnsupportedOperationException
This is the call back method invoked by 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.

Specified by:
enable in class WSExtensionEnabler
Throws:
java.lang.UnsupportedOperationException
See Also:
WSExtensionEnabler.enable(WSEndpoint)