org.globus.axis.transport.local
Class LocalHandler

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

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

This handler is used only on the client side with the "local" transport. It tries to set the server engine for the local request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Fields inherited from interface org.apache.axis.Handler
OPT_CATCH_OWN_FAULTS
 
Constructor Summary
LocalHandler()
           
 
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

LocalHandler

public LocalHandler()
Method Detail

invoke

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