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

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

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

See Also:
Serialized Form

Constructor Summary
RegistryResponse()
           
 
Method Summary
 RegistryErrorList getRegistryErrorList()
          Returns the value of field 'registryErrorList'.
 RegistryResponseChoice getRegistryResponseChoice()
          Returns the value of field 'registryResponseChoice'.
 StatusType getStatus()
          Returns the value of field 'status'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setRegistryErrorList(RegistryErrorList registryErrorList)
          Sets the value of field 'registryErrorList'.
 void setRegistryResponseChoice(RegistryResponseChoice registryResponseChoice)
          Sets the value of field 'registryResponseChoice'.
 void setStatus(StatusType status)
          Sets the value of field 'status'.
static RegistryResponse 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

RegistryResponse

public RegistryResponse()
Method Detail

getRegistryErrorList

public RegistryErrorList getRegistryErrorList()
Returns the value of field 'registryErrorList'. The field 'registryErrorList' has the following description: The RegistryErrorList is derived from the ErrorList element from the ebXML Message Service Specification

Returns:
the value of field 'registryErrorList'.

getRegistryResponseChoice

public RegistryResponseChoice getRegistryResponseChoice()
Returns the value of field 'registryResponseChoice'.

Returns:
the value of field 'registryResponseChoice'.

getStatus

public StatusType getStatus()
Returns the value of field 'status'.

Returns:
the value of field 'status'.

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

setRegistryErrorList

public void setRegistryErrorList(RegistryErrorList registryErrorList)
Sets the value of field 'registryErrorList'. The field 'registryErrorList' has the following description: The RegistryErrorList is derived from the ErrorList element from the ebXML Message Service Specification

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

setRegistryResponseChoice

public void setRegistryResponseChoice(RegistryResponseChoice registryResponseChoice)
Sets the value of field 'registryResponseChoice'.

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

setStatus

public void setStatus(StatusType status)
Sets the value of field 'status'.

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

unmarshal

public static RegistryResponse 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