Package org.apache.synapse.config.xml
Class TargetSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.TargetSerializer
-
public class TargetSerializer extends Object
Serializer forTarget
instances.- See Also:
TargetFactory
-
-
Constructor Summary
Constructors Constructor Description TargetSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeTarget(Target target)
This static method will serialize the Target object to the target elements
-
-
-
Method Detail
-
serializeTarget
public static org.apache.axiom.om.OMElement serializeTarget(Target target)
This static method will serialize the Target object to the target elements- Parameters:
target
- - Target which is subjected to the serialization- Returns:
- OMElement representing the serialized Target
-
-