org.globus.axis.transport.local
Class LocalRequester

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.globus.axis.transport.local.LocalRequester
All Implemented Interfaces:
org.apache.axis.Handler, java.io.Serializable

public class LocalRequester
extends org.apache.axis.handlers.BasicHandler

This handler is used only with "local" transport. It resets the target service set by the LocalSender so that AddressingHandler and URLHandler can set the service appropriately.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
LocalRequester()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgCtx)
           
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, 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

LocalRequester

public LocalRequester()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgCtx)
            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault