org.ow2.petals.se.jsr181.axis
Class AxisEmptyTransportSender
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.ow2.petals.se.jsr181.axis.AxisEmptyTransportSender
- All Implemented Interfaces:
- org.apache.axis2.engine.Handler, org.apache.axis2.transport.TransportSender
public class AxisEmptyTransportSender
- extends org.apache.axis2.handlers.AbstractHandler
- implements org.apache.axis2.transport.TransportSender
The empty Transport sender.
Created because unlike us, Axis2 needs a transport sender.
- Since:
- 1.0
- Author:
- Christophe HAMERLING - eBM WebSourcing
| Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
org.apache.axis2.engine.Handler.InvocationResponse |
| Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
handlerDesc |
|
Method Summary |
void |
cleanup(org.apache.axis2.context.MessageContext msgContext)
|
void |
init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut)
|
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext)
|
void |
stop()
|
| Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.axis2.engine.Handler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init |
AxisEmptyTransportSender
public AxisEmptyTransportSender()
- Constructor.
cleanup
public void cleanup(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
- Specified by:
cleanup in interface org.apache.axis2.transport.TransportSender
- Throws:
org.apache.axis2.AxisFault
init
public void init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut)
throws org.apache.axis2.AxisFault
- Specified by:
init in interface org.apache.axis2.transport.TransportSender
- Throws:
org.apache.axis2.AxisFault
stop
public void stop()
- Specified by:
stop in interface org.apache.axis2.transport.TransportSender
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
- Specified by:
invoke in interface org.apache.axis2.engine.Handler
- Throws:
org.apache.axis2.AxisFault
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.