org.exolab.jms.config
Class ConnectorResource

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

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

See Also:
Serialized Form

Constructor Summary
ConnectorResource()
           
 
Method Summary
 java.lang.String getDescription()
           
 Jndi getJndi()
           
 org.exolab.jms.config.types.SchemeType getScheme()
           
 Server getServer()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setDescription(java.lang.String)
           
 void setJndi(Jndi)
           
 void setScheme(org.exolab.jms.config.types.SchemeType)
           
 void setServer(Server)
           
static ConnectorResource 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

ConnectorResource

public ConnectorResource()
Method Detail

getDescription

public java.lang.String getDescription()

getJndi

public Jndi getJndi()

getScheme

public org.exolab.jms.config.types.SchemeType getScheme()

getServer

public Server getServer()

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

setDescription

public void setDescription(java.lang.String)

setJndi

public void setJndi(Jndi)

setScheme

public void setScheme(org.exolab.jms.config.types.SchemeType)

setServer

public void setServer(Server)

unmarshal

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