org.exolab.jms.config
Class Property

java.lang.Object
  |
  +--org.exolab.jms.config.Property
All Implemented Interfaces:
java.io.Serializable

public synchronized class Property
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setName(java.lang.String)
           
 void setValue(java.lang.String)
           
static Property unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

setName

public void setName(java.lang.String)

setValue

public void setValue(java.lang.String)

unmarshal

public static Property unmarshal(java.io.Reader)
                          throws org.exolab.castor.xml.MarshalException,
                                 org.exolab.castor.xml.ValidationException

validate

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


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.