T - the SOAP client typepublic class SoapCall<T> extends Object
| Constructor and Description |
|---|
SoapCall(Method soapClientMethod,
T soapClient,
Object[] soapArgs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object[] |
getSoapArgs()
Returns the arguments that will be passed into the SOAP call.
|
T |
getSoapClient()
Returns the underlying SOAP client that call will be made on.
|
Method |
getSoapClientMethod()
Returns the method to invoke on the underlying SOAP client.
|
int |
hashCode() |
public SoapCall(Method soapClientMethod, T soapClient, Object[] soapArgs)
soapClientMethod - the SOAP client method to invoke on the underlying
SOAP client.soapClient - the underlying SOAP client that the call will be made onsoapArgs - the arguments that will be passed into the SOAP call.public Method getSoapClientMethod()
public T getSoapClient()
public Object[] getSoapArgs()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2015. All Rights Reserved.