com.raritantechnologies.federated.SOAP
Class SOAPMethodSequence
java.lang.Object
com.raritantechnologies.federated.SOAP.SOAPMethodSequence
- All Implemented Interfaces:
- ISOAPMethodSequence
- public class SOAPMethodSequence
- extends java.lang.Object
- implements ISOAPMethodSequence
Represents an ordered sequence of SOAP method calls.
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPMethodSequence
public SOAPMethodSequence()
addSOAPMethod
public void addSOAPMethod(java.lang.String soapMethodName)
size
public int size()
- Specified by:
size in interface ISOAPMethodSequence
getSOAPMethod
public java.lang.String getSOAPMethod(int index)
- Specified by:
getSOAPMethod in interface ISOAPMethodSequence
getLastMethod
public java.lang.String getLastMethod()
getSOAPMethods
public java.util.List getSOAPMethods(java.util.Map queryParams,
int pageSize,
int startRec)
- Specified by:
getSOAPMethods in interface ISOAPMethodSequence
addSelectParameter
public void addSelectParameter(java.lang.String methodName,
java.lang.String param,
java.lang.String value)