org.apache.synapse.config.xml
Class ProxyServiceSerializer

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

public class ProxyServiceSerializer
extends Object

Serializer for ProxyService instances.

See Also:
ProxyServiceFactory

Field Summary
protected static OMFactory fac
           
protected static OMNamespace nullNS
           
protected static OMNamespace synNS
           
 
Constructor Summary
ProxyServiceSerializer()
           
 
Method Summary
static OMElement serializeProxy(OMElement parent, ProxyService service)
           
 
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

ProxyServiceSerializer

public ProxyServiceSerializer()
Method Detail

serializeProxy

public static OMElement serializeProxy(OMElement parent,
                                       ProxyService service)


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