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

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

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

Describes the capability profile for the registry and what optional features are supported

See Also:
Serialized Form

Constructor Summary
RegistryProfile()
           
 
Method Summary
 OptionalFeaturesSupported getOptionalFeaturesSupported()
          Returns the value of field 'optionalFeaturesSupported'.
 java.lang.String getVersion()
          Returns the value of field 'version'.
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setOptionalFeaturesSupported(OptionalFeaturesSupported optionalFeaturesSupported)
          Sets the value of field 'optionalFeaturesSupported'.
 void setVersion(java.lang.String version)
          Sets the value of field 'version'.
static RegistryProfile 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

RegistryProfile

public RegistryProfile()
Method Detail

getOptionalFeaturesSupported

public OptionalFeaturesSupported getOptionalFeaturesSupported()
Returns the value of field 'optionalFeaturesSupported'.

Returns:
the value of field 'optionalFeaturesSupported'.

getVersion

public java.lang.String getVersion()
Returns the value of field 'version'.

Returns:
the value of field 'version'.

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

setOptionalFeaturesSupported

public void setOptionalFeaturesSupported(OptionalFeaturesSupported optionalFeaturesSupported)
Sets the value of field 'optionalFeaturesSupported'.

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

setVersion

public void setVersion(java.lang.String version)
Sets the value of field 'version'.

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

unmarshal

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