Class InboundEndpointSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.inbound.InboundEndpointSerializer
-
public class InboundEndpointSerializer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.axiom.om.OMNamespace
nullNS
-
Constructor Summary
Constructors Constructor Description InboundEndpointSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeInboundEndpoint(org.apache.axiom.om.OMElement parent, InboundEndpoint inboundEndpoint)
static org.apache.axiom.om.OMElement
serializeInboundEndpoint(InboundEndpoint inboundEndpoint)
-
-
-
Method Detail
-
serializeInboundEndpoint
public static org.apache.axiom.om.OMElement serializeInboundEndpoint(InboundEndpoint inboundEndpoint)
-
serializeInboundEndpoint
public static org.apache.axiom.om.OMElement serializeInboundEndpoint(org.apache.axiom.om.OMElement parent, InboundEndpoint inboundEndpoint)
-
-