org.apache.synapse.config.xml
Class ValueSerializer

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

public class ValueSerializer
extends Object

Serializer for Value instances.


Field Summary
protected static OMFactory fac
           
protected static OMNamespace nullNS
           
 
Constructor Summary
ValueSerializer()
           
 
Method Summary
 OMElement serializeValue(Value key, String name, OMElement elem)
          Serialize the Value object to an OMElement representing the entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fac

protected static final OMFactory fac

nullNS

protected static final OMNamespace nullNS
Constructor Detail

ValueSerializer

public ValueSerializer()
Method Detail

serializeValue

public OMElement serializeValue(Value key,
                                String name,
                                OMElement elem)
Serialize the Value object to an OMElement representing the entry

Parameters:
key - Value to serialize
elem - OMElement
Returns:
OMElement


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