public interface MockSoapClientInterface
| 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.
|
Object identityCallSingle(Object arg)
arg as a single Object.Object testOverloaded(String arg1, String arg2)
arg1 and has an overloaded name.Object testOverloaded(int arg1)
arg1 and has an overloaded name.Object lotsOfArgsCall(Object arg, Object[] arg1, Object arg2, Object arg3)
arg as a single Object.void voidCall(Object[] arg)
void emptyCall()
Copyright © 2012. All Rights Reserved.