Class DummyTransportSender
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.store.admin.DummyTransportSender
-
- All Implemented Interfaces:
org.apache.axis2.engine.Handler
,org.apache.axis2.transport.TransportSender
public class DummyTransportSender extends Object implements org.apache.axis2.transport.TransportSender
-
-
Constructor Summary
Constructors Constructor Description DummyTransportSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
void
cleanup(org.apache.axis2.context.MessageContext messageContext)
void
flowComplete(org.apache.axis2.context.MessageContext messageContext)
org.apache.axis2.description.HandlerDescription
getHandlerDesc()
String
getName()
org.apache.axis2.description.Parameter
getParameter(String s)
void
init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription)
void
init(org.apache.axis2.description.HandlerDescription handlerDescription)
org.apache.axis2.engine.Handler.InvocationResponse
invoke(org.apache.axis2.context.MessageContext messageContext)
void
stop()
-
-
-
Method Detail
-
cleanup
public void cleanup(org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
- Specified by:
cleanup
in interfaceorg.apache.axis2.transport.TransportSender
- Throws:
org.apache.axis2.AxisFault
-
init
public void init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription) throws org.apache.axis2.AxisFault
- Specified by:
init
in interfaceorg.apache.axis2.transport.TransportSender
- Throws:
org.apache.axis2.AxisFault
-
stop
public void stop()
- Specified by:
stop
in interfaceorg.apache.axis2.transport.TransportSender
-
cleanup
public void cleanup()
- Specified by:
cleanup
in interfaceorg.apache.axis2.engine.Handler
-
init
public void init(org.apache.axis2.description.HandlerDescription handlerDescription)
- Specified by:
init
in interfaceorg.apache.axis2.engine.Handler
-
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
- Specified by:
invoke
in interfaceorg.apache.axis2.engine.Handler
- Throws:
org.apache.axis2.AxisFault
-
flowComplete
public void flowComplete(org.apache.axis2.context.MessageContext messageContext)
- Specified by:
flowComplete
in interfaceorg.apache.axis2.engine.Handler
-
getHandlerDesc
public org.apache.axis2.description.HandlerDescription getHandlerDesc()
- Specified by:
getHandlerDesc
in interfaceorg.apache.axis2.engine.Handler
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.apache.axis2.engine.Handler
-
getParameter
public org.apache.axis2.description.Parameter getParameter(String s)
- Specified by:
getParameter
in interfaceorg.apache.axis2.engine.Handler
-
-