|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.listeners.config.mappers.UntypedListenerMapper
public class UntypedListenerMapper
Perform a mapping for an "untyped" listener configuration.
By "untyped" we mean that the listener type is not defined in the XSD, but instead is being defined using the base <listener> type, mapping all it's associated <property> values (including those of the associated bus and provider) onto the listener ConfigTree as attributes. This is effectively like the base transform - if we don't have a mapper for the listener, this one is applied.
Constructor Summary | |
---|---|
UntypedListenerMapper()
|
Method Summary | |
---|---|
static org.w3c.dom.Element |
map(org.w3c.dom.Element root,
Listener listener,
Generator.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 UntypedListenerMapper()
Method Detail |
---|
public static org.w3c.dom.Element map(org.w3c.dom.Element root, Listener listener, Generator.XMLBeansModel model) throws ConfigurationException
root
- The "ConfigTree" configuration root node.listener
- The listener 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 |