|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.config.mappers110.MapperUtil
public abstract class MapperUtil
Mapper utility methods.
| Constructor Summary | |
|---|---|
MapperUtil()
|
|
| Method Summary | |
|---|---|
protected static void |
mapDefaultAttributes(Listener listener,
org.w3c.dom.Element listenerNode,
XMLBeansModel model)
Map all default listener attributes onto the target listener ConfigTree. |
protected static void |
mapEPRProperties(Listener listener,
org.w3c.dom.Element target,
XMLBeansModel model)
Map all the properties targeted at the supplied listener onto the target element. |
static void |
mapListenerServiceAttributes(org.w3c.dom.Element listenerNode,
Service service,
boolean isGateway)
Map the Service specific attributes onto the listener configuration. |
static void |
mapProperties(java.util.List<Property> properties,
org.w3c.dom.Element target)
Map all the supplied properties onto the target element. |
protected static void |
serialize(org.apache.xmlbeans.XmlObject xmlObject,
org.w3c.dom.Element toElement)
Serialise the supplied XmlObject instance to the supplied element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapperUtil()
| Method Detail |
|---|
protected static void mapDefaultAttributes(Listener listener,
org.w3c.dom.Element listenerNode,
XMLBeansModel model)
listener - The listener configuration instance.listenerNode - The target DOM ConfigTree listener element.model - The model.
public static void mapListenerServiceAttributes(org.w3c.dom.Element listenerNode,
Service service,
boolean isGateway)
listenerNode - The listener config node.service - The Service details (from the model).isGateway - True if the listener is a gateway, otherwise false.
protected static void mapEPRProperties(Listener listener,
org.w3c.dom.Element target,
XMLBeansModel model)
throws ConfigurationException
listener - The listener config instance.target - The target DOM ConfigTree listener element.model - The model.
ConfigurationException - Bad bis configuration.
public static void mapProperties(java.util.List<Property> properties,
org.w3c.dom.Element target)
target - The target DOM element.properties - The properties to be mapped.
protected static void serialize(org.apache.xmlbeans.XmlObject xmlObject,
org.w3c.dom.Element toElement)
XmlObject instance to the supplied element.
xmlObject - The XmlObject instance.toElement - The element to which the cursor is to be serialised.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||