org.codehaus.xfire.jaxws.handler
Class AbstractJAXWSHandler

java.lang.Object
  extended by org.codehaus.xfire.handler.AbstractHandler
      extended by org.codehaus.xfire.jaxws.handler.AbstractJAXWSHandler
All Implemented Interfaces:
org.codehaus.xfire.handler.Handler
Direct Known Subclasses:
CloseMessageHandler, MessageHandler

public abstract class AbstractJAXWSHandler
extends org.codehaus.xfire.handler.AbstractHandler


Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
AbstractJAXWSHandler(ServiceDelegate service)
           
 
Method Summary
 void invoke(org.codehaus.xfire.MessageContext context)
           
protected abstract  void invokeHandler(SOAPMessageContext soapContext, javax.xml.ws.handler.Handler handler)
           
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJAXWSHandler

public AbstractJAXWSHandler(ServiceDelegate service)
Method Detail

invoke

public void invoke(org.codehaus.xfire.MessageContext context)
            throws java.lang.Exception
Throws:
java.lang.Exception

invokeHandler

protected abstract void invokeHandler(SOAPMessageContext soapContext,
                                      javax.xml.ws.handler.Handler handler)


Copyright © 2004-2009. All Rights Reserved.