Non Blocking Local Transport
Apache Axis2's non blocking local transport implementation is used to make internal service calls and transfer data within proxy services. The following class implements the sender API:
org.apache.axis2.transport.local.NonBlockingLocalTransportSender
The transport does not have a receiver implementation as of now. Local transport does not accept any configuration parameters as of now. This transport will work seamlessly against the ESB's Nhttp transport.
For more information see Transports.