Class TemplateEndpointSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.endpoints.EndpointSerializer
-
- org.apache.synapse.config.xml.endpoints.TemplateEndpointSerializer
-
public class TemplateEndpointSerializer extends EndpointSerializer
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.axiom.om.OMNamespace
nullNS
-
Fields inherited from class org.apache.synapse.config.xml.endpoints.EndpointSerializer
fac
-
-
Constructor Summary
Constructors Constructor Description TemplateEndpointSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.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
-
-
-
-
Method Detail
-
serializeEndpoint
public org.apache.axiom.om.OMElement serializeEndpoint(Endpoint epr)
Description copied from class:EndpointSerializer
Serializes the given endpoint implementation to an XML object.- Specified by:
serializeEndpoint
in classEndpointSerializer
- Parameters:
epr
- Endpoint implementation to be serialized.- Returns:
- OMElement containing XML configuration.
-
-