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
Exception
JMSConfiguration parseConfiguration(Node rootnode) throws Exception
Exception
TopicConfiguration parseTopicConfiguration(Node node) throws Exception
node
- TopicConfiguration
parsed from the nodeException
JMSQueueConfiguration parseQueueConfiguration(Node node) throws Exception
node
- JMSQueueConfiguration
parsed from the nodeException
Copyright © 2021 JBoss by Red Hat. All rights reserved.