public class DummyTransportSender extends Object implements org.apache.axis2.transport.TransportSender
Constructor and Description |
---|
DummyTransportSender() |
Modifier and Type | Method and 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() |
public void cleanup(org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
cleanup
in interface org.apache.axis2.transport.TransportSender
org.apache.axis2.AxisFault
public void init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportOutDescription transportOutDescription) throws org.apache.axis2.AxisFault
init
in interface org.apache.axis2.transport.TransportSender
org.apache.axis2.AxisFault
public void stop()
stop
in interface org.apache.axis2.transport.TransportSender
public void cleanup()
cleanup
in interface org.apache.axis2.engine.Handler
public void init(org.apache.axis2.description.HandlerDescription handlerDescription)
init
in interface org.apache.axis2.engine.Handler
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
invoke
in interface org.apache.axis2.engine.Handler
org.apache.axis2.AxisFault
public void flowComplete(org.apache.axis2.context.MessageContext messageContext)
flowComplete
in interface org.apache.axis2.engine.Handler
public org.apache.axis2.description.HandlerDescription getHandlerDesc()
getHandlerDesc
in interface org.apache.axis2.engine.Handler
public String getName()
getName
in interface org.apache.axis2.engine.Handler
public org.apache.axis2.description.Parameter getParameter(String s)
getParameter
in interface org.apache.axis2.engine.Handler
Copyright © 2017 WSO2. All rights reserved.