Registry / networking / axis2-transport-local

axis2-transport-local

JSON →
library2.0.0javamavenunverified

Axis2 Transport Local provides local transport implementations for Apache Axis2, enabling in-process SOAP message exchange.

<dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-local</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AXIS2-TRANSPORT-LO
A
axis2-transport-local
networkingjavav2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LocalTransportSender
org.apache.axis2.transport.local.LocalTransportSender

Minimal example initializing a LocalTransportSender.

import org.apache.axis2.transport.local.LocalTransportSender; import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.context.ConfigurationContextFactory; public class Example { public static void main(String[] args) throws Exception { ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); LocalTransportSender sender = new LocalTransportSender(); sender.init(ctx, null); System.out.println("Local transport sender initialized."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
axis2-transport-local — mvn dependency:get axis2-transport-local · libregistry