public class MockSoapClient extends Object implements MockSoapClientInterface
| Modifier and Type | Field and Description |
|---|---|
static RuntimeException |
EXCEPTION |
| Constructor and Description |
|---|
MockSoapClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
emptyCall()
Empty call.
|
Object |
identityCall(Object[] arg)
Returns the passed in
arg as a single Object. |
Object |
identityCallSingle(Object arg)
Returns the passed in
arg as a single Object. |
Object |
lotsOfArgsCall(Object arg,
Object[] arg1,
Object arg2,
Object arg3)
Returns the passed in
arg as a single Object. |
Object |
testOverloaded(int arg1)
Returns
arg1 and has an overloaded name. |
Object |
testOverloaded(String arg1,
String arg2)
Returns
arg1 and has an overloaded name. |
Object |
throwException(Object[] arg)
Throws an exception.
|
void |
voidCall(Object[] arg)
Void call.
|
public static final RuntimeException EXCEPTION
public Object identityCall(Object[] arg)
arg as a single Object.identityCall in interface MockSoapClientInterfacepublic Object identityCallSingle(Object arg)
arg as a single Object.identityCallSingle in interface MockSoapClientInterfacepublic Object testOverloaded(String arg1, String arg2)
arg1 and has an overloaded name.testOverloaded in interface MockSoapClientInterfacepublic Object testOverloaded(int arg1)
arg1 and has an overloaded name.testOverloaded in interface MockSoapClientInterfacepublic Object lotsOfArgsCall(Object arg, Object[] arg1, Object arg2, Object arg3)
arg as a single Object.lotsOfArgsCall in interface MockSoapClientInterfacepublic void voidCall(Object[] arg)
voidCall in interface MockSoapClientInterfacepublic void emptyCall()
emptyCall in interface MockSoapClientInterfacepublic Object throwException(Object[] arg)
throwException in interface MockSoapClientInterfaceCopyright © 2012. All Rights Reserved.