|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.RegistryProfile
Describes the capability profile for the registry and what optional features are supported
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 |
public RegistryProfile()
Method Detail |
public OptionalFeaturesSupported getOptionalFeaturesSupported()
public java.lang.String getVersion()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setOptionalFeaturesSupported(OptionalFeaturesSupported optionalFeaturesSupported)
optionalFeaturesSupported
- the value of field
'optionalFeaturesSupported'.public void setVersion(java.lang.String version)
version
- the value of field 'version'.public static RegistryProfile unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |