public class LocalTransportReceiver extends 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,
InputStream in,
EndpointReference to,
String action,
OutputStream response) |
void |
processMessage(InputStream in,
EndpointReference to,
String action,
OutputStream response) |
void |
processMessage(MessageContext inMessageContext,
InputStream in,
OutputStream response) |
public static ConfigurationContext CONFIG_CONTEXT
public LocalTransportReceiver(ConfigurationContext configContext)
public LocalTransportReceiver(LocalTransportSender sender)
public void processMessage(MessageContext inMessageContext, InputStream in, OutputStream response) throws AxisFault
AxisFault
public void processMessage(ConfigurationContext configurationContext, InputStream in, EndpointReference to, String action, OutputStream response) throws AxisFault
AxisFault
public void processMessage(InputStream in, EndpointReference to, String action, OutputStream response) throws AxisFault
AxisFault
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.