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