org.openspml.v2.msg.spmlsearch
Class IterateResponse

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.ExtensibleMarshallable
          extended byorg.openspml.v2.msg.spml.Response
              extended byorg.openspml.v2.msg.spmlsearch.BasicResponse
                  extended byorg.openspml.v2.msg.spmlsearch.SearchResponse
                      extended byorg.openspml.v2.msg.spmlsearch.IterateResponse
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class IterateResponse
extends SearchResponse

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006


Constructor Summary
IterateResponse()
           
IterateResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestId, ErrorCode errorCode, PSO[] pso, ResultsIterator iterator)
           
 
Methods inherited from class org.openspml.v2.msg.spmlsearch.SearchResponse
addPSO, clearPSOs, equals, getIterator, getNamespacesInfo, getPSOs, hashCode, removePSO, setIterator
 
Methods inherited from class org.openspml.v2.msg.spml.Response
addErrorMessage, clearErrorMessages, getError, getErrorMessages, getRequestID, getStatus, removeErrorMessage, setError, setRequestID, setStatus, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
isValid
 

Constructor Detail

IterateResponse

public IterateResponse()

IterateResponse

public IterateResponse(java.lang.String[] errorMessages,
                       StatusCode status,
                       java.lang.String requestId,
                       ErrorCode errorCode,
                       PSO[] pso,
                       ResultsIterator iterator)


Copyright © Sun Microsystems, Inc. All Rights Reserved.