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
|
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 - TopicConfiguration parsed from the nodeExceptionJMSQueueConfiguration parseQueueConfiguration(Node node) throws Exception
node - JMSQueueConfiguration parsed from the nodeExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.