org.oasis.ebxml.registry.bindings.rs
Class UpdateObjectsRequest

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rs.UpdateObjectsRequest
All Implemented Interfaces:
java.io.Serializable

public class UpdateObjectsRequest
extends java.lang.Object
implements java.io.Serializable

The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.

See Also:
Serialized Form

Constructor Summary
UpdateObjectsRequest()
           
 
Method Summary
 LeafRegistryObjectList getLeafRegistryObjectList()
          Returns the value of field 'leafRegistryObjectList'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setLeafRegistryObjectList(LeafRegistryObjectList leafRegistryObjectList)
          Sets the value of field 'leafRegistryObjectList'.
static UpdateObjectsRequest unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateObjectsRequest

public UpdateObjectsRequest()
Method Detail

getLeafRegistryObjectList

public LeafRegistryObjectList getLeafRegistryObjectList()
Returns the value of field 'leafRegistryObjectList'.

Returns:
the value of field 'leafRegistryObjectList'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setLeafRegistryObjectList

public void setLeafRegistryObjectList(LeafRegistryObjectList leafRegistryObjectList)
Sets the value of field 'leafRegistryObjectList'.

Parameters:
leafRegistryObjectList - the value of field 'leafRegistryObjectList'.

unmarshal

public static UpdateObjectsRequest unmarshal(java.io.Reader reader)
                                      throws org.exolab.castor.xml.MarshalException,
                                             org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException