org.jboss.axis.transport.local
Class LocalSender

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

public class LocalSender
extends BasicHandler (src)

This is meant to be used on a SOAP Client to call a SOAP server.


Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler (src)
makeLockable, name, options
 
Constructor Summary
LocalSender()
           
 
Method Summary
 void init()
          Allocate an embedded Axis server to process requests and initialize it.
 void invoke(MessageContext (src)  clientContext)
          Must implement this in subclasses.
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler (src)
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
 

Constructor Detail

LocalSender

public LocalSender()
Method Detail

init

public void init()
Allocate an embedded Axis server to process requests and initialize it.

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

invoke

public void invoke(MessageContext (src)  clientContext)
            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)