org.exolab.jms.config
Class SecurityConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
SecurityConfiguration()
           
 
Method Summary
 void deleteSecurityEnabled()
           
 boolean getSecurityEnabled()
           
 boolean hasSecurityEnabled()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setSecurityEnabled(boolean)
           
static SecurityConfiguration 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

SecurityConfiguration

public SecurityConfiguration()
Method Detail

deleteSecurityEnabled

public void deleteSecurityEnabled()

getSecurityEnabled

public boolean getSecurityEnabled()

hasSecurityEnabled

public boolean hasSecurityEnabled()

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

setSecurityEnabled

public void setSecurityEnabled(boolean)

unmarshal

public static SecurityConfiguration 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.