org.apache.synapse.config.xml.endpoints
Class TemplateEndpointSerializer

java.lang.Object
  extended by org.apache.synapse.config.xml.endpoints.EndpointSerializer
      extended by org.apache.synapse.config.xml.endpoints.TemplateEndpointSerializer

public class TemplateEndpointSerializer
extends EndpointSerializer


Field Summary
protected static OMNamespace nullNS
           
 
Fields inherited from class org.apache.synapse.config.xml.endpoints.EndpointSerializer
fac
 
Constructor Summary
TemplateEndpointSerializer()
           
 
Method Summary
 OMElement serializeEndpoint(Endpoint epr)
          Serializes the given endpoint implementation to an XML object.
 
Methods inherited from class org.apache.synapse.config.xml.endpoints.EndpointSerializer
getElementFromEndpoint, getEndpointSerializer, handleException, serializeCommonAttributes, serializeProperties, serializeSpecificEndpointProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullNS

protected static OMNamespace nullNS
Constructor Detail

TemplateEndpointSerializer

public TemplateEndpointSerializer()
Method Detail

serializeEndpoint

public OMElement serializeEndpoint(Endpoint epr)
Description copied from class: EndpointSerializer
Serializes the given endpoint implementation to an XML object.

Specified by:
serializeEndpoint in class EndpointSerializer
Parameters:
epr - Endpoint implementation to be serialized.
Returns:
OMElement containing XML configuration.


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