org.apache.synapse.config.xml
Class RegistrySerializer

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

public class RegistrySerializer
extends Object

<registry [name="string"] provider="provider.class"> <property name="string" value="string"> </registry>


Field Summary
protected static OMFactory fac
           
protected static OMNamespace nullNS
           
protected static OMNamespace synNS
           
 
Constructor Summary
RegistrySerializer()
           
 
Method Summary
static OMElement serializeRegistry(OMElement parent, Registry registry)
           
 
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

RegistrySerializer

public RegistrySerializer()
Method Detail

serializeRegistry

public static OMElement serializeRegistry(OMElement parent,
                                          Registry registry)


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