org.exolab.jms.config
Class Connector
java.lang.Object
|
+--org.exolab.jms.config.Connector
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class Connector
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connector
public Connector()
getConnectionFactories
public ConnectionFactories getConnectionFactories()
getScheme
public org.exolab.jms.config.types.SchemeType getScheme()
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
setConnectionFactories
public void setConnectionFactories(ConnectionFactories)
setScheme
public void setScheme(org.exolab.jms.config.types.SchemeType)
unmarshal
public static Connector 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.