org.openspml.v2.msg.spml
Class DeleteResponse

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.spml.DeleteResponse
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class DeleteResponse
extends Response

This class is not appearing in the .xsd, but we'd like to have a named Repsonse for the Delete operation.

Author:
kent.spaulding@sun.com

Date: Feb 13, 2006


Constructor Summary
DeleteResponse()
           
DeleteResponse(java.lang.String[] errorMessages, StatusCode status, java.lang.String requestId, ErrorCode errorCode)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Response
addErrorMessage, clearErrorMessages, equals, getError, getErrorMessages, getRequestID, getStatus, hashCode, removeErrorMessage, setError, setRequestID, setStatus, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getNamespacesInfo, 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
getNamespacesInfo, isValid
 

Constructor Detail

DeleteResponse

public DeleteResponse()

DeleteResponse

public DeleteResponse(java.lang.String[] errorMessages,
                      StatusCode status,
                      java.lang.String requestId,
                      ErrorCode errorCode)


Copyright © Sun Microsystems, Inc. All Rights Reserved.