org.apache.axis2.transport.local
Class LocalTransportReceiver

java.lang.Object
  extended by org.apache.axis2.transport.local.LocalTransportReceiver

public class LocalTransportReceiver
extends java.lang.Object


Field Summary
static ConfigurationContext CONFIG_CONTEXT
           
 
Constructor Summary
LocalTransportReceiver(ConfigurationContext configContext)
           
LocalTransportReceiver(LocalTransportSender sender)
           
 
Method Summary
 void processMessage(java.io.InputStream in, EndpointReference to, java.lang.String action, java.io.OutputStream response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(java.io.InputStream in,
                           EndpointReference to,
                           java.lang.String action,
                           java.io.OutputStream response)
                    throws AxisFault
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.