org.jboss.soa.esb.listeners.config
Class ESBAwareGenerator

java.lang.Object
  extended by org.jboss.soa.esb.listeners.config.ESBAwareGenerator

public class ESBAwareGenerator
extends java.lang.Object

ESB Aware Listeners Configuration Generator.

Generates a "ConfigTree" style configuration for the ESB Aware Listeners.

Author:
tom.fennelly@jboss.com

Constructor Summary
ESBAwareGenerator(Generator.XMLBeansModel model)
          Public constructor.
 
Method Summary
 org.w3c.dom.Document generate()
          Generate the configuration DOM for the target Server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESBAwareGenerator

public ESBAwareGenerator(Generator.XMLBeansModel model)
Public constructor.

Parameters:
model - XMLBeans based configuration model instance.
Method Detail

generate

public org.w3c.dom.Document generate()
                              throws ConfigurationException
Generate the configuration DOM for the target Server.

Returns:
The configuration DOM.
Throws:
ConfigurationException - Error creating configuration.