org.apache.synapse.config.xml
Class TargetSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.TargetSerializer

public class TargetSerializer
extends Object

Serializer for Target instances.

See Also:
TargetFactory

Constructor Summary
TargetSerializer()
           
 
Method Summary
static OMElement serializeTarget(Target target)
          This static method will serialize the Target object to the target elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetSerializer

public TargetSerializer()
Method Detail

serializeTarget

public static 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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.