Package org.apache.axis2.transport.local
Class LocalTransportReceiver
- java.lang.Object
-
- org.apache.axis2.transport.local.LocalTransportReceiver
-
public class LocalTransportReceiver extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigurationContext
CONFIG_CONTEXT
-
Constructor Summary
Constructors Constructor Description LocalTransportReceiver(ConfigurationContext configContext)
LocalTransportReceiver(LocalTransportSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processMessage(InputStream in, EndpointReference to, String action, OutputStream response)
void
processMessage(ConfigurationContext configurationContext, InputStream in, EndpointReference to, String action, OutputStream response)
void
processMessage(MessageContext inMessageContext, InputStream in, OutputStream response)
-
-
-
Field Detail
-
CONFIG_CONTEXT
public static ConfigurationContext CONFIG_CONTEXT
-
-
Constructor Detail
-
LocalTransportReceiver
public LocalTransportReceiver(ConfigurationContext configContext)
-
LocalTransportReceiver
public LocalTransportReceiver(LocalTransportSender sender)
-
-
Method Detail
-
processMessage
public void processMessage(MessageContext inMessageContext, InputStream in, OutputStream response) throws AxisFault
- Throws:
AxisFault
-
processMessage
public void processMessage(ConfigurationContext configurationContext, InputStream in, EndpointReference to, String action, OutputStream response) throws AxisFault
- Throws:
AxisFault
-
processMessage
public void processMessage(InputStream in, EndpointReference to, String action, OutputStream response) throws AxisFault
- Throws:
AxisFault
-
-