org.jboss.axis.handlers
Class JAXRPCHandler

java.lang.Object
  extended byorg.jboss.axis.handlers.BasicHandler (src) 
      extended byorg.jboss.axis.handlers.JAXRPCHandler
All Implemented Interfaces:
Handler (src)

public class JAXRPCHandler
extends BasicHandler (src)

Handles JAXRPC style handlers.


Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler (src)
makeLockable, name, options
 
Constructor Summary
JAXRPCHandler()
           
 
Method Summary
 void cleanup()
          Cleanup is called when the chain containing this Handler object is done processing the chain.
 void invoke(MessageContext (src)  msgContext)
          Must implement this in subclasses.
 void onFault(MessageContext (src)  msgContext)
          Called when a subsequent handler throws a fault.
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler (src)
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXRPCHandler

public JAXRPCHandler()
Method Detail

invoke

public void invoke(MessageContext (src)  msgContext)
            throws AxisFault (src) 
Description copied from class: BasicHandler (src)
Must implement this in subclasses.

Specified by:
invoke in interface Handler (src)
Specified by:
invoke in class BasicHandler (src)
Throws:
AxisFault (src)

onFault

public void onFault(MessageContext (src)  msgContext)
Description copied from interface: Handler (src)
Called when a subsequent handler throws a fault.

Specified by:
onFault in interface Handler (src)
Overrides:
onFault in class BasicHandler (src)

cleanup

public void cleanup()
Description copied from interface: Handler (src)
Cleanup is called when the chain containing this Handler object is done processing the chain.

Specified by:
cleanup in interface Handler (src)
Overrides:
cleanup in class BasicHandler (src)