public class AxisTestClient extends Object implements TestClient, MessageExchangeValidator
Modifier and Type | Field and Description |
---|---|
protected Options |
axisOptions |
protected ServiceClient |
serviceClient |
Constructor and Description |
---|
AxisTestClient() |
Modifier and Type | Method and Description |
---|---|
void |
afterReceive() |
void |
beforeSend() |
ContentType |
getContentType(ClientOptions options,
ContentType contentType) |
protected MessageContext |
send(ClientOptions options,
AxisMessage message,
QName operationQName,
boolean block,
String resultMessageLabel) |
protected ServiceClient serviceClient
protected Options axisOptions
public ContentType getContentType(ClientOptions options, ContentType contentType)
getContentType
in interface TestClient
public void beforeSend() throws Exception
beforeSend
in interface MessageExchangeValidator
Exception
protected MessageContext send(ClientOptions options, AxisMessage message, QName operationQName, boolean block, String resultMessageLabel) throws Exception
Exception
public void afterReceive() throws Exception
afterReceive
in interface MessageExchangeValidator
Exception
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.