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
Exception
JMSConfiguration parseConfiguration(Node rootnode) throws Exception
Exception
TopicConfiguration parseTopicConfiguration(Node node) throws Exception
node
- Exception
JMSQueueConfiguration parseQueueConfiguration(Node node) throws Exception
node
- Exception
ConnectionFactoryConfiguration parseConnectionFactoryConfiguration(Node node) throws Exception
node
- Exception
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.