|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.config.mappers131.JmsListenerMapper
public class JmsListenerMapper
Performs the mapping of a <jms-listener> XSD based configuration to the "ConfigTree" style configuration, adding the "ConfigTree" listener config to the "root" node.
| Constructor Summary | |
|---|---|
JmsListenerMapper()
|
|
| Method Summary | |
|---|---|
static org.w3c.dom.Element |
map(org.w3c.dom.Element root,
org.jboss.soa.esb.listeners.config.xbeanmodel131.JmsListenerDocument.JmsListener 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 |
|---|
public JmsListenerMapper()
| Method Detail |
|---|
public static org.w3c.dom.Element map(org.w3c.dom.Element root,
org.jboss.soa.esb.listeners.config.xbeanmodel131.JmsListenerDocument.JmsListener listener,
XMLBeansModel model)
throws ConfigurationException
root - The "ConfigTree" configuration root node.listener - The Jmslistener to be mapped into the ConfigTree.model - The configuration model from which the mapping is being performed.
ConfigurationException - Invalid listener configuration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||