Uses of Class
org.apache.axis2.transport.testkit.client.ClientOptions
-
-
Uses of ClientOptions in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client with parameters of type ClientOptions Modifier and Type Method Description ContentType
AxisTestClient. getContentType(ClientOptions options, ContentType contentType)
protected MessageContext
AxisTestClient. send(ClientOptions options, AxisMessage message, QName operationQName, boolean block, String resultMessageLabel)
void
AxisAsyncTestClient. sendMessage(ClientOptions options, ContentType contentType, AxisMessage message)
IncomingMessage<AxisMessage>
AxisRequestResponseTestClient. sendMessage(ClientOptions options, ContentType contentType, AxisMessage message)
-
Uses of ClientOptions in org.apache.axis2.transport.testkit.client
Methods in org.apache.axis2.transport.testkit.client with parameters of type ClientOptions Modifier and Type Method Description ContentType
AsyncTestClientAdapter. getContentType(ClientOptions options, ContentType contentType)
ContentType
RequestResponseTestClientAdapter. getContentType(ClientOptions options, ContentType contentType)
ContentType
TestClient. getContentType(ClientOptions options, ContentType contentType)
void
AsyncTestClient. sendMessage(ClientOptions options, ContentType contentType, M message)
void
AsyncTestClientAdapter. sendMessage(ClientOptions options, ContentType contentType, M message)
IncomingMessage<N>
RequestResponseTestClient. sendMessage(ClientOptions options, ContentType contentType, M message)
IncomingMessage<O>
RequestResponseTestClientAdapter. sendMessage(ClientOptions options, ContentType contentType, M message)
-
Uses of ClientOptions in org.apache.axis2.transport.testkit.http
Methods in org.apache.axis2.transport.testkit.http with parameters of type ClientOptions Modifier and Type Method Description ContentType
JavaNetClient. getContentType(ClientOptions options, ContentType contentType)
ContentType
JavaNetRESTClient. getContentType(ClientOptions options, ContentType contentType)
void
JavaNetClient. sendMessage(ClientOptions options, ContentType contentType, byte[] message)
void
JavaNetRESTClient. sendMessage(ClientOptions options, ContentType contentType, RESTMessage message)
-
Uses of ClientOptions in org.apache.axis2.transport.testkit.message
Methods in org.apache.axis2.transport.testkit.message with parameters of type ClientOptions Modifier and Type Method Description U
MessageEncoder. encode(ClientOptions options, T message)
ContentType
MessageEncoder. getContentType(ClientOptions options, ContentType contentType)
-
Uses of ClientOptions in org.apache.axis2.transport.testkit.tests
Fields in org.apache.axis2.transport.testkit.tests declared as ClientOptions Modifier and Type Field Description protected ClientOptions
MessageTestCase. options
-