Class JavaNetClient
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JavaNetClient
-
- All Implemented Interfaces:
AsyncTestClient<byte[]>
,TestClient
public class JavaNetClient extends Object implements AsyncTestClient<byte[]>
-
-
Constructor Summary
Constructors Constructor Description JavaNetClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentType
getContentType(ClientOptions options, ContentType contentType)
void
sendMessage(ClientOptions options, ContentType contentType, byte[] message)
-
-
-
Method Detail
-
getContentType
public ContentType getContentType(ClientOptions options, ContentType contentType)
- Specified by:
getContentType
in interfaceTestClient
-
sendMessage
public void sendMessage(ClientOptions options, ContentType contentType, byte[] message) throws Exception
- Specified by:
sendMessage
in interfaceAsyncTestClient<byte[]>
- Throws:
Exception
-
-