public interface JMSServerConfigParser
| Modifier and Type | Method and Description |
|---|---|
JMSConfiguration |
parseConfiguration(InputStream stream)
Parse the JMS Configuration XML as a JMSConfiguration object
|
JMSConfiguration |
parseConfiguration(Node rootnode)
Parse the JMS Configuration XML as a JMSConfiguration object
|
ConnectionFactoryConfiguration |
parseConnectionFactoryConfiguration(Node node)
Parse the Connection Configuration node as a ConnectionFactoryConfiguration object
|
JMSQueueConfiguration |
parseQueueConfiguration(Node node)
Parse the Queue Configuration node as a QueueConfiguration object
|
TopicConfiguration |
parseTopicConfiguration(Node node)
Parse the topic node as a TopicConfiguration object
|
JMSConfiguration parseConfiguration(InputStream stream) throws Exception
ExceptionJMSConfiguration parseConfiguration(Node rootnode) throws Exception
ExceptionTopicConfiguration parseTopicConfiguration(Node node) throws Exception
node - ExceptionJMSQueueConfiguration parseQueueConfiguration(Node node) throws Exception
node - ExceptionConnectionFactoryConfiguration parseConnectionFactoryConfiguration(Node node) throws Exception
node - ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.