Class AxisAsyncTestClient
- java.lang.Object
-
- org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
-
- org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient
-
- All Implemented Interfaces:
AsyncTestClient<AxisMessage>
,TestClient
,MessageExchangeValidator
public class AxisAsyncTestClient extends AxisTestClient implements AsyncTestClient<AxisMessage>
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
axisOptions, serviceClient
-
-
Constructor Summary
Constructors Constructor Description AxisAsyncTestClient()
AxisAsyncTestClient(boolean block)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendMessage(ClientOptions options, ContentType contentType, AxisMessage message)
-
Methods inherited from class org.apache.axis2.transport.testkit.axis2.client.AxisTestClient
afterReceive, beforeSend, getContentType, send
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axis2.transport.testkit.client.TestClient
getContentType
-
-
-
-
Method Detail
-
sendMessage
public void sendMessage(ClientOptions options, ContentType contentType, AxisMessage message) throws Exception
- Specified by:
sendMessage
in interfaceAsyncTestClient<AxisMessage>
- Throws:
Exception
-
-