Package org.apache.axis2.transport.java
Class JavaTransportSender
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.java.JavaTransportSender
- All Implemented Interfaces:
Handler,TransportSender
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse -
Field Summary
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup(MessageContext msgContext) voidinit(ConfigurationContext confContext, TransportOutDescription transportOut) invoke(MessageContext msgContext) voidstop()Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.axis2.engine.Handler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, initMethods inherited from interface org.apache.axis2.transport.TransportSender
onAppError
-
Constructor Details
-
JavaTransportSender
public JavaTransportSender()
-
-
Method Details
-
cleanup
- Specified by:
cleanupin interfaceTransportSender- Throws:
AxisFault
-
init
public void init(ConfigurationContext confContext, TransportOutDescription transportOut) throws AxisFault - Specified by:
initin interfaceTransportSender- Throws:
AxisFault
-
stop
public void stop()- Specified by:
stopin interfaceTransportSender
-
invoke
-