jar

org.apache.axis2 : axis2-transport-testkit

Maven & Gradle

Jul 13, 2022
7 usages

Apache Axis2 - Transport - testkit · Framework to build test suites for Axis2 transports

Table Of Contents

Latest Version

Download org.apache.axis2 : axis2-transport-testkit JAR file - Latest Versions:

All Versions

Download org.apache.axis2 : axis2-transport-testkit JAR file - All Versions:

Version Vulnerabilities Size Updated
1.8.x
1.7.x
1.6.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window axis2-transport-testkit-1.8.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.axis2.transport

├─ org.apache.axis2.transport.AbstractTransportTest.class - [JAR]

├─ org.apache.axis2.transport.CustomAxisConfigurator.class - [JAR]

├─ org.apache.axis2.transport.Echo.class - [JAR]

├─ org.apache.axis2.transport.UtilsTransportServer.class - [JAR]

org.apache.axis2.transport.testkit.axis2.endpoint

├─ org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContextConfigurator.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.endpoint.ContentTypeServiceConfigurator.class - [JAR]

org.apache.axis2.transport.testkit.axis2.client

├─ org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.client.AxisRequestResponseTestClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.client.AxisTestClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.client.AxisTestClientConfigurator.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContextConfigurator.class - [JAR]

org.apache.axis2.transport.testkit.tests.async

├─ org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.BinaryTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.LargeSOAPAsyncMessageTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.RESTTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.SwATestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.TextPlainTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase.class - [JAR]

org.apache.axis2.transport.testkit.tests.echo

├─ org.apache.axis2.transport.testkit.tests.echo.InterruptingEndpointErrorListener.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.echo.RequestResponseMessageTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase.class - [JAR]

org.apache.axis2.transport.testkit

├─ org.apache.axis2.transport.testkit.Adapter.class - [JAR]

├─ org.apache.axis2.transport.testkit.AdapterUtils.class - [JAR]

├─ org.apache.axis2.transport.testkit.ManagedTestSuite.class - [JAR]

├─ org.apache.axis2.transport.testkit.MessageExchangeValidator.class - [JAR]

├─ org.apache.axis2.transport.testkit.MessageTestData.class - [JAR]

├─ org.apache.axis2.transport.testkit.TransportTestSuiteBuilder.class - [JAR]

├─ org.apache.axis2.transport.testkit.package-info.class - [JAR]

org.apache.axis2.transport.testkit.client

├─ org.apache.axis2.transport.testkit.client.AsyncTestClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter.class - [JAR]

├─ org.apache.axis2.transport.testkit.client.ClientOptions.class - [JAR]

├─ org.apache.axis2.transport.testkit.client.RequestResponseTestClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.client.RequestResponseTestClientAdapter.class - [JAR]

├─ org.apache.axis2.transport.testkit.client.TestClient.class - [JAR]

org.apache.axis2.transport.testkit.tests

├─ org.apache.axis2.transport.testkit.tests.ManagedTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.MessageTestCase.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.Setup.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.TearDown.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.TestResource.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.TestResourceSet.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.TestResourceSetTransition.class - [JAR]

├─ org.apache.axis2.transport.testkit.tests.Transient.class - [JAR]

org.apache.axis2.transport.testkit.tests.misc

├─ org.apache.axis2.transport.testkit.tests.misc.MinConcurrencyTest.class - [JAR]

org.apache.axis2.transport.testkit.channel

├─ org.apache.axis2.transport.testkit.channel.AsyncChannel.class - [JAR]

├─ org.apache.axis2.transport.testkit.channel.Channel.class - [JAR]

├─ org.apache.axis2.transport.testkit.channel.RequestResponseChannel.class - [JAR]

org.apache.axis2.transport.testkit.http

├─ org.apache.axis2.transport.testkit.http.HttpChannel.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.HttpTestEnvironment.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.HttpTransportTestSuiteBuilder.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JavaNetClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JavaNetRESTClient.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyByteArrayAsyncEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyEchoEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyRESTAsyncEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.http.JettyServer.class - [JAR]

org.apache.axis2.transport.testkit.message

├─ org.apache.axis2.transport.testkit.message.AxisMessage.class - [JAR]

├─ org.apache.axis2.transport.testkit.message.IncomingMessage.class - [JAR]

├─ org.apache.axis2.transport.testkit.message.MessageDecoder.class - [JAR]

├─ org.apache.axis2.transport.testkit.message.MessageEncoder.class - [JAR]

├─ org.apache.axis2.transport.testkit.message.RESTMessage.class - [JAR]

├─ org.apache.axis2.transport.testkit.message.XMLMessage.class - [JAR]

org.apache.axis2.transport.testkit.name

├─ org.apache.axis2.transport.testkit.name.Key.class - [JAR]

├─ org.apache.axis2.transport.testkit.name.Name.class - [JAR]

├─ org.apache.axis2.transport.testkit.name.NameUtils.class - [JAR]

├─ org.apache.axis2.transport.testkit.name.Named.class - [JAR]

org.apache.axis2.transport.testkit.axis2.util

├─ org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl.class - [JAR]

org.apache.axis2.transport.testkit.util

├─ org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy.class - [JAR]

├─ org.apache.axis2.transport.testkit.util.PortAllocator.class - [JAR]

├─ org.apache.axis2.transport.testkit.util.ServerUtil.class - [JAR]

├─ org.apache.axis2.transport.testkit.util.TestKitLogManager.class - [JAR]

org.apache.axis2.transport.testkit.axis2

├─ org.apache.axis2.transport.testkit.axis2.AxisServiceConfigurator.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.LogAspect.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.MessageContextValidator.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.SimpleTransportDescriptionFactory.class - [JAR]

├─ org.apache.axis2.transport.testkit.axis2.TransportDescriptionFactory.class - [JAR]

org.apache.axis2.transport.testkit.util.tcpmon

├─ org.apache.axis2.transport.testkit.util.tcpmon.Acceptor.class - [JAR]

├─ org.apache.axis2.transport.testkit.util.tcpmon.Relay.class - [JAR]

├─ org.apache.axis2.transport.testkit.util.tcpmon.Tunnel.class - [JAR]

org.apache.axis2.transport.testkit.endpoint

├─ org.apache.axis2.transport.testkit.endpoint.AsyncEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.AsyncEndpointAdapter.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.EndpointErrorListener.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.InOutEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.TestEndpoint.class - [JAR]

├─ org.apache.axis2.transport.testkit.endpoint.package-info.class - [JAR]

Advertisement

Dependencies from Group

Jul 13, 2022
143 usages
Jul 13, 2022
102 usages
Jul 13, 2022
98 usages
Jul 13, 2022
95 usages
Jul 13, 2022
45 usages

Discover Dependencies

Jul 13, 2022
7 usages
Jul 13, 2022
8 usages
Aug 17, 2023
8 usages
0 stars
Aug 19, 2015
7 usages
Feb 18, 2017
11 usages
Jul 22, 2019
11 usages
2 stars
app
Jul 22, 2019
11 usages
2 stars
Jul 11, 2015
6 usages
Apr 09, 2022
8 usages
Aug 31, 2017
7 usages
32 stars