org.jboss.soa.esb.listeners.config.mappers120
Class JbrListenerMapper

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

public class JbrListenerMapper
extends java.lang.Object

JBoss Remoting listener mapper.

Author:
tom.fennelly@jboss.com

Constructor Summary
JbrListenerMapper()
           
 
Method Summary
static org.w3c.dom.Element map(org.w3c.dom.Element root, org.jboss.soa.esb.listeners.config.xbeanmodel120.JbrListenerDocument.JbrListener listener, XMLBeansModel model)
          Perform the mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbrListenerMapper

public JbrListenerMapper()
Method Detail

map

public static org.w3c.dom.Element map(org.w3c.dom.Element root,
                                      org.jboss.soa.esb.listeners.config.xbeanmodel120.JbrListenerDocument.JbrListener listener,
                                      XMLBeansModel model)
                               throws ConfigurationException
Perform the mapping.

Parameters:
root - The "ConfigTree" configuration root node.
listener - JBoss Remoting listener config.
model - The configuration model from which the mapping is being performed.
Returns:
The ConfigTree listener configuration node.
Throws:
ConfigurationException - Invalid listener configuration.