Uses of Interface
org.apache.axis2.transport.testkit.endpoint.AsyncEndpoint

Packages that use AsyncEndpoint
org.apache.axis2.transport.testkit Transport test kit base package. 
org.apache.axis2.transport.testkit.axis2.endpoint   
org.apache.axis2.transport.testkit.endpoint Provides interface and support classes for test endpoints. 
org.apache.axis2.transport.testkit.http   
org.apache.axis2.transport.testkit.tests.async   
 

Uses of AsyncEndpoint in org.apache.axis2.transport.testkit
 

Methods in org.apache.axis2.transport.testkit that return AsyncEndpoint
static
<M,N> AsyncEndpoint<M>
AdapterUtils.adapt(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder)
           
 

Methods in org.apache.axis2.transport.testkit with parameters of type AsyncEndpoint
static
<M,N> AsyncEndpoint<M>
AdapterUtils.adapt(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder)
           
 void TransportTestSuiteBuilder.addAxisAsyncEndpoint(AsyncEndpoint<AxisMessage> endpoint, java.lang.Object... relatedResources)
           
 void TransportTestSuiteBuilder.addByteArrayAsyncEndpoint(AsyncEndpoint<byte[]> endpoint, java.lang.Object... relatedResources)
           
 void TransportTestSuiteBuilder.addRESTAsyncEndpoint(AsyncEndpoint<RESTMessage> endpoint, java.lang.Object... relatedResources)
           
 

Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.axis2.endpoint
 

Classes in org.apache.axis2.transport.testkit.axis2.endpoint that implement AsyncEndpoint
 class AxisAsyncEndpoint
           
 

Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.endpoint
 

Classes in org.apache.axis2.transport.testkit.endpoint that implement AsyncEndpoint
 class AsyncEndpointAdapter<M,N>
           
 

Methods in org.apache.axis2.transport.testkit.endpoint that return AsyncEndpoint
 AsyncEndpoint<N> AsyncEndpointAdapter.getTarget()
           
 

Constructors in org.apache.axis2.transport.testkit.endpoint with parameters of type AsyncEndpoint
AsyncEndpointAdapter(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder)
           
 

Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.http
 

Classes in org.apache.axis2.transport.testkit.http that implement AsyncEndpoint
 class JettyAsyncEndpoint<M>
           
 class JettyByteArrayAsyncEndpoint
           
 class JettyRESTAsyncEndpoint
           
 

Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.tests.async
 

Constructors in org.apache.axis2.transport.testkit.tests.async with parameters of type AsyncEndpoint
AsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<M> client, AsyncEndpoint<M> endpoint, javax.mail.internet.ContentType contentType, java.lang.String charset, java.lang.Object... resources)
           
BinaryTestCase(AsyncChannel channel, AsyncTestClient<byte[]> client, AsyncEndpoint<byte[]> endpoint, java.lang.Object... resources)
           
LargeSOAPAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
RESTTestCase(AsyncChannel channel, AsyncTestClient<RESTMessage> client, AsyncEndpoint<RESTMessage> endpoint, RESTMessage message, java.lang.Object... resources)
           
SwATestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
TextPlainTestCase(AsyncChannel channel, AsyncTestClient<java.lang.String> client, AsyncEndpoint<java.lang.String> endpoint, MessageTestData data, java.lang.Object... resources)
           
XMLAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.