public class LocalTransportReceiver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationContext |
CONFIG_CONTEXT |
| Constructor and Description |
|---|
LocalTransportReceiver(ConfigurationContext configContext) |
LocalTransportReceiver(LocalTransportSender sender) |
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage(ConfigurationContext configurationContext,
java.io.InputStream in,
EndpointReference to,
java.lang.String action,
java.io.OutputStream response) |
void |
processMessage(java.io.InputStream in,
EndpointReference to,
java.lang.String action,
java.io.OutputStream response) |
void |
processMessage(MessageContext inMessageContext,
java.io.InputStream in,
java.io.OutputStream response) |
public static ConfigurationContext CONFIG_CONTEXT
public LocalTransportReceiver(ConfigurationContext configContext)
public LocalTransportReceiver(LocalTransportSender sender)
public void processMessage(MessageContext inMessageContext, java.io.InputStream in, java.io.OutputStream response) throws AxisFault
AxisFaultpublic void processMessage(ConfigurationContext configurationContext, java.io.InputStream in, EndpointReference to, java.lang.String action, java.io.OutputStream response) throws AxisFault
AxisFaultpublic void processMessage(java.io.InputStream in,
EndpointReference to,
java.lang.String action,
java.io.OutputStream response)
throws AxisFault
AxisFaultCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.