Interface AsyncTestClient<M>
-
- All Superinterfaces:
TestClient
- All Known Implementing Classes:
AsyncTestClientAdapter
,AxisAsyncTestClient
,JavaNetClient
,JavaNetRESTClient
public interface AsyncTestClient<M> extends TestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendMessage(ClientOptions options, ContentType contentType, M message)
-
Methods inherited from interface org.apache.axis2.transport.testkit.client.TestClient
getContentType
-
-
-
-
Method Detail
-
sendMessage
void sendMessage(ClientOptions options, ContentType contentType, M message) throws Exception
- Throws:
Exception
-
-