A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractTransportTest - Class in org.apache.axis2.transport
- AbstractTransportTest() - Constructor for class org.apache.axis2.transport.AbstractTransportTest
- adapt(AsyncTestClient<N>, MessageEncoder<M, N>) - Static method in class org.apache.axis2.transport.testkit.AdapterUtils
- adapt(RequestResponseTestClient<N, P>, MessageEncoder<M, N>, MessageDecoder<P, O>) - Static method in class org.apache.axis2.transport.testkit.AdapterUtils
- adapt(AsyncEndpoint<N>, MessageDecoder<N, M>) - Static method in class org.apache.axis2.transport.testkit.AdapterUtils
- Adapter - Interface in org.apache.axis2.transport.testkit
- AdapterUtils - Class in org.apache.axis2.transport.testkit
- AdapterUtils() - Constructor for class org.apache.axis2.transport.testkit.AdapterUtils
- addAsyncChannel(AsyncChannel, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addAxisAsyncEndpoint(AsyncEndpoint<AxisMessage>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addAxisAsyncTestClient(AsyncTestClient<AxisMessage>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addAxisRequestResponseTestClient(RequestResponseTestClient<AxisMessage, AxisMessage>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addAxisTestClientConfigurator(AxisTestClientConfigurator) - Method in class org.apache.axis2.transport.testkit.http.HttpTransportTestSuiteBuilder
- addByteArrayAsyncEndpoint(AsyncEndpoint<byte[]>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addByteArrayAsyncTestClient(AsyncTestClient<byte[]>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addByteArrayRequestResponseTestClient(RequestResponseTestClient<byte[], byte[]>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addEchoEndpoint(InOutEndpoint, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint
- addEndpointErrorListener(EndpointErrorListener) - Method in interface org.apache.axis2.transport.testkit.endpoint.InOutEndpoint
- addEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport
- addEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.http.JettyEchoEndpoint
- addEnvironment(Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addExclude(String) - Method in class org.apache.axis2.transport.testkit.ManagedTestSuite
- addHandler(Handler) - Method in class org.apache.axis2.transport.testkit.http.JettyServer
- addRequestResponseChannel(RequestResponseChannel, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addResource(Object) - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- addResource(Object) - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- addResources(Object...) - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- addRESTAsyncEndpoint(AsyncEndpoint<RESTMessage>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addRESTAsyncTestClient(AsyncTestClient<RESTMessage>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addStringAsyncTestClient(AsyncTestClient<String>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addStringRequestResponseTestClient(RequestResponseTestClient<String, String>, Object...) - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- addTest(Test) - Method in class org.apache.axis2.transport.testkit.ManagedTestSuite
- addTransport(TransportInDescription) - Method in class org.apache.axis2.transport.UtilsTransportServer
- addTransport(TransportInDescription, TransportOutDescription) - Method in class org.apache.axis2.transport.UtilsTransportServer
- afterGetDataSource(DataSource) - Method in class org.apache.axis2.transport.testkit.axis2.LogAspect
- afterReceive() - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- afterReceive() - Method in interface org.apache.axis2.transport.testkit.MessageExchangeValidator
- allocatePort() - Method in class org.apache.axis2.transport.testkit.util.PortAllocator
- aroundProcessDocument(ProceedingJoinPoint, InputStream, String, MessageContext) - Method in class org.apache.axis2.transport.testkit.axis2.LogAspect
- aroundWriteTo(ProceedingJoinPoint, MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.transport.testkit.axis2.LogAspect
- ASCII_TEST_DATA - Static variable in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- assertEchoResponse(String, OMElement) - Method in class org.apache.axis2.transport.AbstractTransportTest
- assertEchoResponse(OMElement) - Method in class org.apache.axis2.transport.AbstractTransportTest
- assertSOAPEchoResponse(String, XMLStreamReader) - Method in class org.apache.axis2.transport.AbstractTransportTest
- assertSOAPEchoResponse(XMLStreamReader) - Method in class org.apache.axis2.transport.AbstractTransportTest
- AsyncChannel - Interface in org.apache.axis2.transport.testkit.channel
- AsyncEndpoint<M> - Interface in org.apache.axis2.transport.testkit.endpoint
-
Interface implemented by in-only test endpoints.
- AsyncEndpointAdapter<M,N> - Class in org.apache.axis2.transport.testkit.endpoint
- AsyncEndpointAdapter(AsyncEndpoint<N>, MessageDecoder<N, M>) - Constructor for class org.apache.axis2.transport.testkit.endpoint.AsyncEndpointAdapter
- AsyncMessageTestCase<M> - Class in org.apache.axis2.transport.testkit.tests.async
- AsyncMessageTestCase(AsyncChannel, AsyncTestClient<M>, AsyncEndpoint<M>, ContentType, String, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase
- AsyncTestClient<M> - Interface in org.apache.axis2.transport.testkit.client
- AsyncTestClientAdapter<M,N> - Class in org.apache.axis2.transport.testkit.client
- AsyncTestClientAdapter(AsyncTestClient<N>, MessageEncoder<M, N>) - Constructor for class org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter
- AXIS_TO_BYTE - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- AXIS_TO_REST - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- AXIS_TO_STRING - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- AXIS_TO_XML - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- AxisAsyncEndpoint - Class in org.apache.axis2.transport.testkit.axis2.endpoint
- AxisAsyncEndpoint() - Constructor for class org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint
- AxisAsyncTestClient - Class in org.apache.axis2.transport.testkit.axis2.client
- AxisAsyncTestClient() - Constructor for class org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient
- AxisAsyncTestClient(boolean) - Constructor for class org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient
- AxisEchoEndpoint - Class in org.apache.axis2.transport.testkit.axis2.endpoint
- AxisEchoEndpoint() - Constructor for class org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint
- AxisMessage - Class in org.apache.axis2.transport.testkit.message
-
Class encapsulating a SOAP envelope and an attachment map.
- AxisMessage() - Constructor for class org.apache.axis2.transport.testkit.message.AxisMessage
- AxisMessage(MessageContext) - Constructor for class org.apache.axis2.transport.testkit.message.AxisMessage
- axisOptions - Variable in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- AxisRequestResponseTestClient - Class in org.apache.axis2.transport.testkit.axis2.client
- AxisRequestResponseTestClient() - Constructor for class org.apache.axis2.transport.testkit.axis2.client.AxisRequestResponseTestClient
- AxisServiceConfigurator - Interface in org.apache.axis2.transport.testkit.axis2
- AxisTestClient - Class in org.apache.axis2.transport.testkit.axis2.client
- AxisTestClient() - Constructor for class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- AxisTestClientConfigurator - Interface in org.apache.axis2.transport.testkit.axis2.client
- AxisTestClientContext - Class in org.apache.axis2.transport.testkit.axis2.client
-
Resource maintaining the
ConfigurationContextforAxisTestClientinstances. - AxisTestClientContextConfigurator - Interface in org.apache.axis2.transport.testkit.axis2.client
-
Resource used to determine whether a transport listener is required and to configure the transport.
- AxisTestEndpoint - Class in org.apache.axis2.transport.testkit.axis2.endpoint
-
Base class for Axis2 based test endpoints.
- AxisTestEndpoint() - Constructor for class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpoint
- AxisTestEndpointContext - Class in org.apache.axis2.transport.testkit.axis2.endpoint
-
Resource maintaining the
ConfigurationContextforAxisTestEndpointinstances. - AxisTestEndpointContextConfigurator - Interface in org.apache.axis2.transport.testkit.axis2.endpoint
B
- beforeSend() - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- beforeSend() - Method in interface org.apache.axis2.transport.testkit.MessageExchangeValidator
- BINARY_WRAPPER - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- BinaryTestCase - Class in org.apache.axis2.transport.testkit.tests.async
- BinaryTestCase(AsyncChannel, AsyncTestClient<byte[]>, AsyncEndpoint<byte[]>, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.BinaryTestCase
- build() - Method in class org.apache.axis2.transport.testkit.http.HttpTransportTestSuiteBuilder
- build() - Method in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- BYTE_TO_STRING - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- BYTE_TO_XML - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
C
- Channel - Interface in org.apache.axis2.transport.testkit.channel
- checkMessageData(byte[], byte[]) - Method in class org.apache.axis2.transport.testkit.tests.async.BinaryTestCase
- checkMessageData(String, String) - Method in class org.apache.axis2.transport.testkit.tests.async.TextPlainTestCase
- checkMessageData(M, M) - Method in class org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase
- checkMessageData(RESTMessage, RESTMessage) - Method in class org.apache.axis2.transport.testkit.tests.async.RESTTestCase
- checkMessageData(XMLMessage, XMLMessage) - Method in class org.apache.axis2.transport.testkit.tests.async.LargeSOAPAsyncMessageTestCase
- checkMessageData(XMLMessage, XMLMessage) - Method in class org.apache.axis2.transport.testkit.tests.async.SwATestCase
- checkMessageData(XMLMessage, XMLMessage) - Method in class org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase
- checkResponse(M, N) - Method in class org.apache.axis2.transport.testkit.tests.echo.RequestResponseMessageTestCase
- checkResponse(XMLMessage, XMLMessage) - Method in class org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase
- clear() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint
- clear() - Method in interface org.apache.axis2.transport.testkit.endpoint.AsyncEndpoint
-
Discard any pending messages.
- clear() - Method in class org.apache.axis2.transport.testkit.endpoint.AsyncEndpointAdapter
- clear() - Method in class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
- clear() - Method in class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
- ClientOptions - Class in org.apache.axis2.transport.testkit.client
- ClientOptions(TestClient, ContentType, String) - Constructor for class org.apache.axis2.transport.testkit.client.ClientOptions
- contentType - Variable in class org.apache.axis2.transport.testkit.tests.MessageTestCase
- ContentTypeServiceConfigurator - Class in org.apache.axis2.transport.testkit.axis2.endpoint
- ContentTypeServiceConfigurator(String) - Constructor for class org.apache.axis2.transport.testkit.axis2.endpoint.ContentTypeServiceConfigurator
- CONTEXT_PATH - Static variable in interface org.apache.axis2.transport.testkit.channel.Channel
- createLog(String) - Method in class org.apache.axis2.transport.testkit.util.TestKitLogManager
- createOperation() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint
- createOperation() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint
- createOperation() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpoint
-
Create an operation appropriate for the message exchange pattern implemented by the test endpoint.
- createPayload() - Method in class org.apache.axis2.transport.AbstractTransportTest
- createPayload(String) - Method in class org.apache.axis2.transport.AbstractTransportTest
-
Create the payload for an echoOMElement request
- createServer() - Method in class org.apache.axis2.transport.AbstractTransportTest
- createTransportInDescription() - Method in class org.apache.axis2.transport.testkit.axis2.SimpleTransportDescriptionFactory
- createTransportInDescription() - Method in interface org.apache.axis2.transport.testkit.axis2.TransportDescriptionFactory
-
Create a TransportInDescription for the transport under test.
- createTransportOutDescription() - Method in class org.apache.axis2.transport.testkit.axis2.SimpleTransportDescriptionFactory
- createTransportOutDescription() - Method in interface org.apache.axis2.transport.testkit.axis2.TransportDescriptionFactory
- CustomAxisConfigurator - Class in org.apache.axis2.transport
- CustomAxisConfigurator() - Constructor for class org.apache.axis2.transport.CustomAxisConfigurator
D
- decode(ContentType, T) - Method in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- deployEchoService(String, List<Parameter>) - Method in class org.apache.axis2.transport.UtilsTransportServer
-
Deploy the standard Echo service with the custom parameters passed in
- destroy() - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- doRunTest() - Method in class org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase
- doRunTest() - Method in class org.apache.axis2.transport.testkit.tests.echo.RequestResponseMessageTestCase
- doRunTest() - Method in class org.apache.axis2.transport.testkit.tests.MessageTestCase
E
- Echo - Class in org.apache.axis2.transport
- Echo() - Constructor for class org.apache.axis2.transport.Echo
- ECHO_OM_ELEMENT_OP_NAME - Static variable in class org.apache.axis2.transport.Echo
- echoInt(int) - Method in class org.apache.axis2.transport.Echo
- echoMTOMtoBase64(OMElement) - Method in class org.apache.axis2.transport.Echo
- echoOM(OMElement) - Method in class org.apache.axis2.transport.Echo
- echoOMElement(OMElement) - Method in class org.apache.axis2.transport.Echo
- echoOMElementNoResponse(OMElement) - Method in class org.apache.axis2.transport.Echo
- echoString(String) - Method in class org.apache.axis2.transport.Echo
- echoVoid() - Method in class org.apache.axis2.transport.Echo
- enableAddressing() - Method in class org.apache.axis2.transport.UtilsTransportServer
- encode(ClientOptions, T) - Method in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- EndpointErrorListener - Interface in org.apache.axis2.transport.testkit.endpoint
- engageGlobalModules() - Method in class org.apache.axis2.transport.CustomAxisConfigurator
- equals(Object) - Method in class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- equals(Object) - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- error(Throwable) - Method in interface org.apache.axis2.transport.testkit.endpoint.EndpointErrorListener
- error(Throwable) - Method in class org.apache.axis2.transport.testkit.tests.echo.InterruptingEndpointErrorListener
F
- fireEndpointError(Throwable) - Method in class org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport
G
- getAttachments() - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- getAttachments() - Method in class org.apache.axis2.transport.testkit.message.XMLMessage
- getAxisConfiguration() - Method in class org.apache.axis2.transport.CustomAxisConfigurator
- getAxisConfiguration() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
- getAxisConfiguration() - Method in class org.apache.axis2.transport.UtilsTransportServer
- getBytesSent() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- getCharset() - Method in class org.apache.axis2.transport.testkit.client.ClientOptions
- getCharset() - Method in class org.apache.axis2.transport.testkit.MessageTestData
- getClientCfgCtx() - Method in class org.apache.axis2.transport.AbstractTransportTest
-
Get the default axis2 configuration context for a client
- getConfigurationContext() - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext
- getConfigurationContext() - Method in class org.apache.axis2.transport.UtilsTransportServer
- getContentType() - Method in class org.apache.axis2.transport.testkit.message.IncomingMessage
- getContentType() - Method in enum org.apache.axis2.transport.testkit.message.XMLMessage.Type
- getContentType(ClientOptions, ContentType) - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- getContentType(ClientOptions, ContentType) - Method in class org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter
- getContentType(ClientOptions, ContentType) - Method in class org.apache.axis2.transport.testkit.client.RequestResponseTestClientAdapter
- getContentType(ClientOptions, ContentType) - Method in interface org.apache.axis2.transport.testkit.client.TestClient
- getContentType(ClientOptions, ContentType) - Method in class org.apache.axis2.transport.testkit.http.JavaNetClient
- getContentType(ClientOptions, ContentType) - Method in class org.apache.axis2.transport.testkit.http.JavaNetRESTClient
- getContentType(ClientOptions, ContentType) - Method in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- getData() - Method in class org.apache.axis2.transport.testkit.message.IncomingMessage
- getData() - Method in class org.apache.axis2.transport.testkit.tests.async.TextPlainTestCase
- getData() - Method in class org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase
- getData() - Method in class org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase
- getEndpointReference() - Method in interface org.apache.axis2.transport.testkit.channel.Channel
- getEndpointReference() - Method in class org.apache.axis2.transport.testkit.http.HttpChannel
- getEnvelope() - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- getEPR(AxisService) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
- getEPRForService(String, String) - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- getEPRsForService(String, String) - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- getException() - Method in class org.apache.axis2.transport.testkit.tests.echo.InterruptingEndpointErrorListener
- getId() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- getInstance() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- getKey() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- getMessageElement() - Method in class org.apache.axis2.transport.testkit.message.XMLMessage
- getMessagesSent() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- getMessageType() - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- getMimeBoundary() - Method in class org.apache.axis2.transport.testkit.client.ClientOptions
- getName() - Method in class org.apache.axis2.transport.testkit.MessageTestData
- getName() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- getNameComponents() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- getNameComponents(Object) - Static method in class org.apache.axis2.transport.testkit.name.NameUtils
- getNameComponents(Map<String, String>, Object) - Static method in class org.apache.axis2.transport.testkit.name.NameUtils
- getParameters() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage
- getPayload() - Method in class org.apache.axis2.transport.testkit.message.XMLMessage
- getPort() - Method in class org.apache.axis2.transport.testkit.util.tcpmon.Tunnel
- getQueryString() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage
- getResources() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- getResourceSet() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- getRootContentId() - Method in class org.apache.axis2.transport.testkit.client.ClientOptions
- getSender() - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext
- getServerPort() - Method in class org.apache.axis2.transport.testkit.http.HttpTestEnvironment
- getServiceName() - Method in class org.apache.axis2.transport.testkit.http.HttpChannel
- getSessionContext(MessageContext) - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- getTarget() - Method in interface org.apache.axis2.transport.testkit.Adapter
- getTarget() - Method in class org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter
- getTarget() - Method in class org.apache.axis2.transport.testkit.client.RequestResponseTestClientAdapter
- getTarget() - Method in class org.apache.axis2.transport.testkit.endpoint.AsyncEndpointAdapter
- getTarget() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- getTestClass() - Method in class org.apache.axis2.transport.testkit.ManagedTestSuite
- getTestClass() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- getText() - Method in class org.apache.axis2.transport.testkit.MessageTestData
- getTransportContentType() - Method in class org.apache.axis2.transport.testkit.client.ClientOptions
- getTransportListener() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
- getTransportName() - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
- getType() - Method in class org.apache.axis2.transport.testkit.message.XMLMessage
- getTypeFromContentType(ContentType) - Static method in class org.apache.axis2.transport.testkit.message.XMLMessage
- getValue() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- getXmlMessageType() - Method in class org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase
- getXmlMessageType() - Method in class org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase
H
- handle(HttpServletRequest) - Method in class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
- handle(HttpServletRequest) - Method in class org.apache.axis2.transport.testkit.http.JettyByteArrayAsyncEndpoint
- handle(HttpServletRequest) - Method in class org.apache.axis2.transport.testkit.http.JettyRESTAsyncEndpoint
- handle(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
- handle(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis2.transport.testkit.http.JettyEchoEndpoint
- handle(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis2.transport.testkit.http.JettyEndpoint
- hashCode() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- hashCode() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- hasLifecycle() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- HttpChannel - Class in org.apache.axis2.transport.testkit.http
- HttpChannel() - Constructor for class org.apache.axis2.transport.testkit.http.HttpChannel
- HttpTestEnvironment - Class in org.apache.axis2.transport.testkit.http
- HttpTransportTestSuiteBuilder - Class in org.apache.axis2.transport.testkit.http
- HttpTransportTestSuiteBuilder(ManagedTestSuite, TransportDescriptionFactory) - Constructor for class org.apache.axis2.transport.testkit.http.HttpTransportTestSuiteBuilder
I
- IncomingMessage<M> - Class in org.apache.axis2.transport.testkit.message
- IncomingMessage(ContentType, M) - Constructor for class org.apache.axis2.transport.testkit.message.IncomingMessage
- incrementBytesReceived(long) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementBytesSent(long) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementFaultsReceiving(int) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementFaultsSending(int) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementMessagesReceived() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementMessagesSent() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementTimeoutsReceiving() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- incrementTimeoutsSending() - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- init(String, boolean, Class<?>) - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- init(ConfigurationContext, TransportInDescription) - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- InOnlyEndpointSupport<M> - Class in org.apache.axis2.transport.testkit.endpoint
- InOnlyEndpointSupport() - Constructor for class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
- InOutEndpoint - Interface in org.apache.axis2.transport.testkit.endpoint
-
Interface implemented by in-out test endpoints.
- InOutEndpointSupport - Class in org.apache.axis2.transport.testkit.endpoint
- InOutEndpointSupport() - Constructor for class org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.http.HttpTestEnvironment
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.http.JettyServer
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.util.PortAllocator
- INSTANCE - Static variable in class org.apache.axis2.transport.testkit.util.TestKitLogManager
- InterruptingEndpointErrorListener - Class in org.apache.axis2.transport.testkit.tests.echo
- InterruptingEndpointErrorListener(Thread) - Constructor for class org.apache.axis2.transport.testkit.tests.echo.InterruptingEndpointErrorListener
- isLoggingEnabled() - Method in class org.apache.axis2.transport.testkit.util.TestKitLogManager
- isTransportListenerRequired() - Method in interface org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContextConfigurator
-
Determine whether a transport listener is required on client side.
J
- JavaNetClient - Class in org.apache.axis2.transport.testkit.http
- JavaNetClient() - Constructor for class org.apache.axis2.transport.testkit.http.JavaNetClient
- JavaNetRESTClient - Class in org.apache.axis2.transport.testkit.http
- JavaNetRESTClient() - Constructor for class org.apache.axis2.transport.testkit.http.JavaNetRESTClient
- JettyAsyncEndpoint<M> - Class in org.apache.axis2.transport.testkit.http
- JettyAsyncEndpoint() - Constructor for class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
- JettyByteArrayAsyncEndpoint - Class in org.apache.axis2.transport.testkit.http
- JettyByteArrayAsyncEndpoint() - Constructor for class org.apache.axis2.transport.testkit.http.JettyByteArrayAsyncEndpoint
- JettyEchoEndpoint - Class in org.apache.axis2.transport.testkit.http
- JettyEchoEndpoint() - Constructor for class org.apache.axis2.transport.testkit.http.JettyEchoEndpoint
- JettyEndpoint - Class in org.apache.axis2.transport.testkit.http
- JettyEndpoint() - Constructor for class org.apache.axis2.transport.testkit.http.JettyEndpoint
- JettyRESTAsyncEndpoint - Class in org.apache.axis2.transport.testkit.http
- JettyRESTAsyncEndpoint() - Constructor for class org.apache.axis2.transport.testkit.http.JettyRESTAsyncEndpoint
- JettyServer - Class in org.apache.axis2.transport.testkit.http
K
- Key - Annotation Type in org.apache.axis2.transport.testkit.name
L
- LargeSOAPAsyncMessageTestCase - Class in org.apache.axis2.transport.testkit.tests.async
- LargeSOAPAsyncMessageTestCase(AsyncChannel, AsyncTestClient<XMLMessage>, AsyncEndpoint<XMLMessage>, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.LargeSOAPAsyncMessageTestCase
- LATIN1_TEST_DATA - Static variable in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- LifecycleFixTransportListenerProxy - Class in org.apache.axis2.transport.testkit.util
- LifecycleFixTransportListenerProxy(TransportListener, int) - Constructor for class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- loadServices() - Method in class org.apache.axis2.transport.CustomAxisConfigurator
- LogAspect - Class in org.apache.axis2.transport.testkit.axis2
- LogAspect() - Constructor for class org.apache.axis2.transport.testkit.axis2.LogAspect
M
- ManagedTestCase - Class in org.apache.axis2.transport.testkit.tests
- ManagedTestCase(Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- ManagedTestSuite - Class in org.apache.axis2.transport.testkit
- ManagedTestSuite(Class<?>) - Constructor for class org.apache.axis2.transport.testkit.ManagedTestSuite
- ManagedTestSuite(Class<?>, boolean) - Constructor for class org.apache.axis2.transport.testkit.ManagedTestSuite
- MessageContextValidator - Interface in org.apache.axis2.transport.testkit.axis2
- MessageDecoder<T,U> - Interface in org.apache.axis2.transport.testkit.message
- MessageEncoder<T,U> - Interface in org.apache.axis2.transport.testkit.message
- MessageExchangeValidator - Interface in org.apache.axis2.transport.testkit
- MessageLevelMetricsCollectorImpl - Class in org.apache.axis2.transport.testkit.axis2.util
-
Message level metrics collector implementation used during the tests to check that message level metrics collection is implemented.
- MessageLevelMetricsCollectorImpl() - Constructor for class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- MessageTestCase - Class in org.apache.axis2.transport.testkit.tests
- MessageTestCase(TestClient, ContentType, String, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.MessageTestCase
- MessageTestData - Class in org.apache.axis2.transport.testkit
- MessageTestData(String, String, String) - Constructor for class org.apache.axis2.transport.testkit.MessageTestData
- MinConcurrencyTest - Class in org.apache.axis2.transport.testkit.tests.misc
-
Generic test case to check whether a transport listener processes messages with the expected level of concurrency.
- MinConcurrencyTest(AsyncChannel[], int, boolean, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.misc.MinConcurrencyTest
N
- Name - Annotation Type in org.apache.axis2.transport.testkit.name
- Named - Annotation Type in org.apache.axis2.transport.testkit.name
- NameUtils - Class in org.apache.axis2.transport.testkit.name
- NameUtils() - Constructor for class org.apache.axis2.transport.testkit.name.NameUtils
- notifyReceivedMessageSize(long) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- notifySentMessageSize(long) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
O
- onTransportError(Throwable) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint
- onTransportError(Throwable) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint
- onTransportError(Throwable) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpoint
-
Process a transport error.
- options - Variable in class org.apache.axis2.transport.testkit.tests.MessageTestCase
- org.apache.axis2.transport - package org.apache.axis2.transport
- org.apache.axis2.transport.testkit - package org.apache.axis2.transport.testkit
-
Transport test kit base package.
- org.apache.axis2.transport.testkit.axis2 - package org.apache.axis2.transport.testkit.axis2
- org.apache.axis2.transport.testkit.axis2.client - package org.apache.axis2.transport.testkit.axis2.client
- org.apache.axis2.transport.testkit.axis2.endpoint - package org.apache.axis2.transport.testkit.axis2.endpoint
- org.apache.axis2.transport.testkit.axis2.util - package org.apache.axis2.transport.testkit.axis2.util
- org.apache.axis2.transport.testkit.channel - package org.apache.axis2.transport.testkit.channel
- org.apache.axis2.transport.testkit.client - package org.apache.axis2.transport.testkit.client
- org.apache.axis2.transport.testkit.endpoint - package org.apache.axis2.transport.testkit.endpoint
-
Provides interface and support classes for test endpoints.
- org.apache.axis2.transport.testkit.http - package org.apache.axis2.transport.testkit.http
- org.apache.axis2.transport.testkit.message - package org.apache.axis2.transport.testkit.message
- org.apache.axis2.transport.testkit.name - package org.apache.axis2.transport.testkit.name
- org.apache.axis2.transport.testkit.tests - package org.apache.axis2.transport.testkit.tests
- org.apache.axis2.transport.testkit.tests.async - package org.apache.axis2.transport.testkit.tests.async
- org.apache.axis2.transport.testkit.tests.echo - package org.apache.axis2.transport.testkit.tests.echo
- org.apache.axis2.transport.testkit.tests.misc - package org.apache.axis2.transport.testkit.tests.misc
- org.apache.axis2.transport.testkit.util - package org.apache.axis2.transport.testkit.util
- org.apache.axis2.transport.testkit.util.tcpmon - package org.apache.axis2.transport.testkit.util.tcpmon
P
- Parameter(String, String) - Constructor for class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- PortAllocator - Class in org.apache.axis2.transport.testkit.util
- POX - org.apache.axis2.transport.testkit.message.XMLMessage.Type
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.BinaryTestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.LargeSOAPAsyncMessageTestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.RESTTestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.SwATestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.TextPlainTestCase
- prepareMessage() - Method in class org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase
- prepareRequest() - Method in class org.apache.axis2.transport.testkit.tests.echo.RequestResponseMessageTestCase
- prepareRequest() - Method in class org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase
- putException(Throwable) - Method in class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
- putMessage(ContentType, M) - Method in class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
- putMessage(IncomingMessage<M>) - Method in class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
R
- recycle(TestResource) - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- releasePort(int) - Method in class org.apache.axis2.transport.testkit.util.PortAllocator
- removeEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisEchoEndpoint
- removeEndpointErrorListener(EndpointErrorListener) - Method in interface org.apache.axis2.transport.testkit.endpoint.InOutEndpoint
- removeEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport
- removeEndpointErrorListener(EndpointErrorListener) - Method in class org.apache.axis2.transport.testkit.http.JettyEchoEndpoint
- removeHandler(Handler) - Method in class org.apache.axis2.transport.testkit.http.JettyServer
- reportReceivingFault(int) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- reportResponseCode(int) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- reportSendingFault(int) - Method in class org.apache.axis2.transport.testkit.axis2.util.MessageLevelMetricsCollectorImpl
- RequestResponseChannel - Interface in org.apache.axis2.transport.testkit.channel
- RequestResponseMessageTestCase<M,N> - Class in org.apache.axis2.transport.testkit.tests.echo
- RequestResponseMessageTestCase(RequestResponseChannel, RequestResponseTestClient<M, N>, InOutEndpoint, ContentType, String, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.echo.RequestResponseMessageTestCase
- RequestResponseTestClient<M,N> - Interface in org.apache.axis2.transport.testkit.client
- RequestResponseTestClientAdapter<M,N,O,P> - Class in org.apache.axis2.transport.testkit.client
- RequestResponseTestClientAdapter(RequestResponseTestClient<N, P>, MessageEncoder<M, N>, MessageDecoder<P, O>) - Constructor for class org.apache.axis2.transport.testkit.client.RequestResponseTestClientAdapter
- resolve() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- resolve(TestResourceSet) - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- RESTMessage - Class in org.apache.axis2.transport.testkit.message
- RESTMessage(RESTMessage.Parameter[]) - Constructor for class org.apache.axis2.transport.testkit.message.RESTMessage
- RESTMessage.Parameter - Class in org.apache.axis2.transport.testkit.message
- RESTTestCase - Class in org.apache.axis2.transport.testkit.tests.async
- RESTTestCase(AsyncChannel, AsyncTestClient<RESTMessage>, AsyncEndpoint<RESTMessage>, RESTMessage, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.RESTTestCase
- run(TestResult) - Method in class org.apache.axis2.transport.testkit.ManagedTestSuite
- runTest() - Method in class org.apache.axis2.transport.testkit.tests.MessageTestCase
- runTest() - Method in class org.apache.axis2.transport.testkit.tests.misc.MinConcurrencyTest
S
- send(ClientOptions, AxisMessage, QName, boolean, String) - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- sendMessage(ClientOptions, ContentType, byte[]) - Method in class org.apache.axis2.transport.testkit.http.JavaNetClient
- sendMessage(ClientOptions, ContentType, M) - Method in interface org.apache.axis2.transport.testkit.client.AsyncTestClient
- sendMessage(ClientOptions, ContentType, M) - Method in class org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter
- sendMessage(ClientOptions, ContentType, M) - Method in interface org.apache.axis2.transport.testkit.client.RequestResponseTestClient
- sendMessage(ClientOptions, ContentType, M) - Method in class org.apache.axis2.transport.testkit.client.RequestResponseTestClientAdapter
- sendMessage(ClientOptions, ContentType, AxisMessage) - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient
- sendMessage(ClientOptions, ContentType, AxisMessage) - Method in class org.apache.axis2.transport.testkit.axis2.client.AxisRequestResponseTestClient
- sendMessage(ClientOptions, ContentType, RESTMessage) - Method in class org.apache.axis2.transport.testkit.http.JavaNetRESTClient
- ServerUtil - Class in org.apache.axis2.transport.testkit.util
-
Utility class with methods useful when working with test servers.
- SERVICE_NAME - Static variable in class org.apache.axis2.transport.Echo
- serviceClient - Variable in class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
- setAttachments(Attachments) - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- setEnvelope(SOAPEnvelope) - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- setInvertExcludes(boolean) - Method in class org.apache.axis2.transport.testkit.ManagedTestSuite
- setMessageType(String) - Method in class org.apache.axis2.transport.testkit.message.AxisMessage
- setTestCase(ManagedTestCase) - Method in class org.apache.axis2.transport.testkit.util.TestKitLogManager
- setUp() - Method in class org.apache.axis2.transport.AbstractTransportTest
- setUp() - Method in class org.apache.axis2.transport.testkit.tests.async.SwATestCase
- setUp() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- setUp() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- setUp() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- setUp() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSetTransition
- Setup - Annotation Type in org.apache.axis2.transport.testkit.tests
-
Annotation identifying methods to be called when a resource is set up.
- setupRequestMessageContext(MessageContext) - Method in interface org.apache.axis2.transport.testkit.axis2.client.AxisTestClientConfigurator
- setupService(AxisService, boolean) - Method in interface org.apache.axis2.transport.testkit.axis2.AxisServiceConfigurator
-
Set up the service so that it can receive messages through the transport under test.
- setupService(AxisService, boolean) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.ContentTypeServiceConfigurator
- setupTransport(TransportInDescription, TransportOutDescription) - Method in interface org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContextConfigurator
-
Setup the transport on client side.
- setupTransport(TransportInDescription, TransportOutDescription) - Method in interface org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContextConfigurator
-
Setup the transport on server side.
- SimpleTransportDescriptionFactory - Class in org.apache.axis2.transport.testkit.axis2
- SimpleTransportDescriptionFactory(String, Class<? extends TransportListener>, Class<? extends TransportSender>) - Constructor for class org.apache.axis2.transport.testkit.axis2.SimpleTransportDescriptionFactory
- SOAP11 - org.apache.axis2.transport.testkit.message.XMLMessage.Type
- SOAP12 - org.apache.axis2.transport.testkit.message.XMLMessage.Type
- start() - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- start() - Method in class org.apache.axis2.transport.testkit.util.tcpmon.Tunnel
- start() - Method in class org.apache.axis2.transport.UtilsTransportServer
- stop() - Method in class org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
- stop() - Method in class org.apache.axis2.transport.testkit.util.tcpmon.Tunnel
- stop() - Method in class org.apache.axis2.transport.UtilsTransportServer
- STRING_TO_BYTE - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- STRING_TO_XML - Static variable in interface org.apache.axis2.transport.testkit.message.MessageDecoder
- SWA - org.apache.axis2.transport.testkit.message.XMLMessage.Type
- SwATestCase - Class in org.apache.axis2.transport.testkit.tests.async
- SwATestCase(AsyncChannel, AsyncTestClient<XMLMessage>, AsyncEndpoint<XMLMessage>, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.SwATestCase
T
- tearDown() - Method in class org.apache.axis2.transport.AbstractTransportTest
- tearDown() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- tearDown() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- tearDown() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- tearDown() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSetTransition
- TearDown - Annotation Type in org.apache.axis2.transport.testkit.tests
-
Annotation identifying methods to be called when a resource is torn down.
- TestClient - Interface in org.apache.axis2.transport.testkit.client
- TestEndpoint - Interface in org.apache.axis2.transport.testkit.endpoint
- TestKitLogManager - Class in org.apache.axis2.transport.testkit.util
- TestResource - Class in org.apache.axis2.transport.testkit.tests
- TestResource(Object) - Constructor for class org.apache.axis2.transport.testkit.tests.TestResource
- TestResourceSet - Class in org.apache.axis2.transport.testkit.tests
- TestResourceSet() - Constructor for class org.apache.axis2.transport.testkit.tests.TestResourceSet
- TestResourceSet(TestResourceSet) - Constructor for class org.apache.axis2.transport.testkit.tests.TestResourceSet
- TestResourceSetTransition - Class in org.apache.axis2.transport.testkit.tests
- TestResourceSetTransition(TestResourceSet, TestResourceSet) - Constructor for class org.apache.axis2.transport.testkit.tests.TestResourceSetTransition
- testString - Static variable in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- TEXT_WRAPPER - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- TextPlainTestCase - Class in org.apache.axis2.transport.testkit.tests.async
- TextPlainTestCase(AsyncChannel, AsyncTestClient<String>, AsyncEndpoint<String>, MessageTestData, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.TextPlainTestCase
- toString() - Method in class org.apache.axis2.transport.testkit.message.RESTMessage.Parameter
- toString() - Method in class org.apache.axis2.transport.testkit.tests.ManagedTestCase
- toString() - Method in class org.apache.axis2.transport.testkit.tests.TestResource
- toString() - Method in class org.apache.axis2.transport.testkit.tests.TestResourceSet
- Transient - Annotation Type in org.apache.axis2.transport.testkit.tests
-
Annotation identifying fields to be reset when a resource is torn down.
- TransportDescriptionFactory - Interface in org.apache.axis2.transport.testkit.axis2
-
Resource used to create the
TransportInDescriptionandTransportOutDescriptionobjects for a transport under test. - TransportTestSuiteBuilder - Class in org.apache.axis2.transport.testkit
- TransportTestSuiteBuilder(ManagedTestSuite) - Constructor for class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- Tunnel - Class in org.apache.axis2.transport.testkit.util.tcpmon
- Tunnel(InetSocketAddress) - Constructor for class org.apache.axis2.transport.testkit.util.tcpmon.Tunnel
U
- UTF8_TEST_DATA - Static variable in class org.apache.axis2.transport.testkit.TransportTestSuiteBuilder
- UtilsTransportServer - Class in org.apache.axis2.transport
-
Base class for transport util servers used in unit testing
- UtilsTransportServer() - Constructor for class org.apache.axis2.transport.UtilsTransportServer
V
- validate(MessageContext, boolean) - Method in interface org.apache.axis2.transport.testkit.axis2.MessageContextValidator
- validate(MessageContext, boolean) - Method in class org.apache.axis2.transport.testkit.http.JettyEchoEndpoint
- value() - Method in annotation type org.apache.axis2.transport.testkit.name.Key
- value() - Method in annotation type org.apache.axis2.transport.testkit.name.Name
- valueOf(String) - Static method in enum org.apache.axis2.transport.testkit.message.XMLMessage.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.axis2.transport.testkit.message.XMLMessage.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForMessage(int) - Method in class org.apache.axis2.transport.testkit.axis2.endpoint.AxisAsyncEndpoint
- waitForMessage(int) - Method in interface org.apache.axis2.transport.testkit.endpoint.AsyncEndpoint
- waitForMessage(int) - Method in class org.apache.axis2.transport.testkit.endpoint.AsyncEndpointAdapter
- waitForMessage(int) - Method in class org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport
- waitForMessage(int) - Method in class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
- waitForServer(int) - Static method in class org.apache.axis2.transport.testkit.util.ServerUtil
-
Wait until the server listening on a given TCP port is ready to accept connections.
X
- XML_TO_AXIS - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- XML_TO_BYTE - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- XML_TO_STRING - Static variable in interface org.apache.axis2.transport.testkit.message.MessageEncoder
- XMLAsyncMessageTestCase - Class in org.apache.axis2.transport.testkit.tests.async
- XMLAsyncMessageTestCase(AsyncChannel, AsyncTestClient<XMLMessage>, AsyncEndpoint<XMLMessage>, XMLMessage.Type, MessageTestData, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.async.XMLAsyncMessageTestCase
- XMLMessage - Class in org.apache.axis2.transport.testkit.message
- XMLMessage(OMElement, XMLMessage.Type) - Constructor for class org.apache.axis2.transport.testkit.message.XMLMessage
- XMLMessage(OMElement, XMLMessage.Type, Attachments) - Constructor for class org.apache.axis2.transport.testkit.message.XMLMessage
- XMLMessage.Type - Enum in org.apache.axis2.transport.testkit.message
- XMLRequestResponseMessageTestCase - Class in org.apache.axis2.transport.testkit.tests.echo
- XMLRequestResponseMessageTestCase(RequestResponseChannel, RequestResponseTestClient<XMLMessage, XMLMessage>, InOutEndpoint, XMLMessage.Type, MessageTestData, Object...) - Constructor for class org.apache.axis2.transport.testkit.tests.echo.XMLRequestResponseMessageTestCase
All Classes All Packages