Interface TestClient
-
- All Known Subinterfaces:
AsyncTestClient<M>
,RequestResponseTestClient<M,N>
- All Known Implementing Classes:
AsyncTestClientAdapter
,AxisAsyncTestClient
,AxisRequestResponseTestClient
,AxisTestClient
,JavaNetClient
,JavaNetRESTClient
,RequestResponseTestClientAdapter
public interface TestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentType
getContentType(ClientOptions options, ContentType contentType)
-
-
-
Method Detail
-
getContentType
ContentType getContentType(ClientOptions options, ContentType contentType) throws Exception
- Throws:
Exception
-
-