com.raritantechnologies.federated.SOAP
Class ProgramSOAPMethodSequence

java.lang.Object
  extended bycom.raritantechnologies.federated.SOAP.ProgramSOAPMethodSequence
All Implemented Interfaces:
ISOAPMethodSequence

public class ProgramSOAPMethodSequence
extends java.lang.Object
implements ISOAPMethodSequence

generates an ordered sequence of SOAP method names. Default is a comma separated list of names.


Developed by Raritan Technologies Inc..

Author:
Kepler Gelotte

Constructor Summary
ProgramSOAPMethodSequence(org.w3c.dom.Element elem)
           
 
Method Summary
 java.lang.String getSOAPMethod(int index)
           
 java.util.List getSOAPMethods(java.util.Map queryParams, int pageSize, int startRec)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramSOAPMethodSequence

public ProgramSOAPMethodSequence(org.w3c.dom.Element elem)
Method Detail

size

public int size()
Specified by:
size in interface ISOAPMethodSequence

getSOAPMethod

public java.lang.String getSOAPMethod(int index)
Specified by:
getSOAPMethod in interface ISOAPMethodSequence

getSOAPMethods

public java.util.List getSOAPMethods(java.util.Map queryParams,
                                     int pageSize,
                                     int startRec)
Specified by:
getSOAPMethods in interface ISOAPMethodSequence