Class JavaNetRESTClient
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JavaNetRESTClient
-
- All Implemented Interfaces:
AsyncTestClient<RESTMessage>
,TestClient
public class JavaNetRESTClient extends Object implements AsyncTestClient<RESTMessage>
-
-
Constructor Summary
Constructors Constructor Description JavaNetRESTClient()
-
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, RESTMessage message)
-
-
-
Method Detail
-
getContentType
public ContentType getContentType(ClientOptions options, ContentType contentType)
- Specified by:
getContentType
in interfaceTestClient
-
sendMessage
public void sendMessage(ClientOptions options, ContentType contentType, RESTMessage message) throws Exception
- Specified by:
sendMessage
in interfaceAsyncTestClient<RESTMessage>
- Throws:
Exception
-
-