org.apache.synapse.config.xml
Class EntrySerializer

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

public class EntrySerializer
extends Object

Serializer for Entry instances.


Field Summary
protected static OMFactory fac
           
protected static OMNamespace nullNS
           
protected static OMNamespace synNS
           
 
Constructor Summary
EntrySerializer()
           
 
Method Summary
static OMElement serializeEntry(Entry entry, OMElement parent)
          Serialize the Entry 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

synNS

protected static final OMNamespace synNS

nullNS

protected static final OMNamespace nullNS
Constructor Detail

EntrySerializer

public EntrySerializer()
Method Detail

serializeEntry

public static OMElement serializeEntry(Entry entry,
                                       OMElement parent)
Serialize the Entry object to an OMElement representing the entry

Parameters:
entry -
parent -
Returns:
OMElement representing the entry


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