org.jboss.soa.esb.listeners.config.mappers110
Class GatewayGenerator

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

public class GatewayGenerator
extends java.lang.Object

Gateway Listeners Configuration Generator.

Generates a "ConfigTree" style configuration for the Gateways Listeners.

Author:
tom.fennelly@jboss.com

Constructor Summary
GatewayGenerator(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

GatewayGenerator

public GatewayGenerator(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.