org.hornetq.jms.server
Interface JMSServerConfigParser

All Known Implementing Classes:
JMSServerConfigParserImpl

public interface JMSServerConfigParser

A JMSServerConfigParser

Author:
Clebert Suconic

Method Summary
 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
 

Method Detail

parseConfiguration

JMSConfiguration parseConfiguration(InputStream stream)
                                    throws Exception
Parse the JMS Configuration XML as a JMSConfiguration object

Throws:
Exception

parseConfiguration

JMSConfiguration parseConfiguration(Node rootnode)
                                    throws Exception
Parse the JMS Configuration XML as a JMSConfiguration object

Throws:
Exception

parseTopicConfiguration

TopicConfiguration parseTopicConfiguration(Node node)
                                           throws Exception
Parse the topic node as a TopicConfiguration object

Parameters:
node -
Returns:
TopicConfiguration parsed from the node
Throws:
Exception

parseQueueConfiguration

JMSQueueConfiguration parseQueueConfiguration(Node node)
                                              throws Exception
Parse the Queue Configuration node as a QueueConfiguration object

Parameters:
node -
Returns:
JMSQueueConfiguration parsed from the node
Throws:
Exception

parseConnectionFactoryConfiguration

ConnectionFactoryConfiguration parseConnectionFactoryConfiguration(Node node)
                                                                   throws Exception
Parse the Connection Configuration node as a ConnectionFactoryConfiguration object

Parameters:
node -
Returns:
Throws:
Exception


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.