Package org.apache.synapse.config.xml
Class TargetFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.TargetFactory
-
-
Constructor Summary
Constructors Constructor Description TargetFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Target
createTarget(org.apache.axiom.om.OMElement elem, Properties properties)
This static method will be used to build the Target from the specified element
-
-
-
Method Detail
-
createTarget
public static Target createTarget(org.apache.axiom.om.OMElement elem, Properties properties)
This static method will be used to build the Target from the specified element- Parameters:
elem
- - OMElement describing the xml configuration of the targetproperties
- bag of properties with information- Returns:
- Target built by parsing the given element
-
-