This documentation is for WSO2 ESB version 4.5.0. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels