org.apache.axis2.transport.local
Class LocalTransportReceiver
java.lang.Object
org.apache.axis2.transport.local.LocalTransportReceiver
public class LocalTransportReceiver
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_CONTEXT
public static ConfigurationContext CONFIG_CONTEXT
LocalTransportReceiver
public LocalTransportReceiver(ConfigurationContext configContext)
LocalTransportReceiver
public LocalTransportReceiver(LocalTransportSender sender)
processMessage
public void processMessage(MessageContext inMessageContext,
java.io.InputStream in,
java.io.OutputStream response)
throws AxisFault
- Throws:
AxisFault
processMessage
public void processMessage(ConfigurationContext configurationContext,
java.io.InputStream in,
EndpointReference to,
java.lang.String action,
java.io.OutputStream response)
throws AxisFault
- Throws:
AxisFault
processMessage
public void processMessage(java.io.InputStream in,
EndpointReference to,
java.lang.String action,
java.io.OutputStream response)
throws AxisFault
- Throws:
AxisFault
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.