org.iids.aos.webservices.axisstub.aosrpc
Class AOSSender

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.iids.aos.webservices.axisstub.aosrpc.AOSSender
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.Handler

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

Part of the AOS-RPC transport implementation for SOAP. This transport is used by AOS agents to transparently communicate with a remote web service by means of AgentScape's web services gateway. Modeled after org.apache.axis.transport.http.HTTPSender. See: separate documentation of web services for AgentScape.

See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
AOSSender()
           
 
Method Summary
static void dumpMessageContext(org.apache.axis.MessageContext msgContext)
          Dump relevant contents of a MessageContext.
 void init()
           
 void invoke(org.apache.axis.MessageContext msgContext)
           
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, 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
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

AOSSender

public AOSSender()
Method Detail

init

public void init()
Specified by:
init in interface org.apache.axis.Handler
Overrides:
init in class org.apache.axis.handlers.BasicHandler

invoke

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

dumpMessageContext

public static void dumpMessageContext(org.apache.axis.MessageContext msgContext)
Dump relevant contents of a MessageContext. For debugging.



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.