Package org.apache.synapse.config.xml
Class SynapseImportSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.SynapseImportSerializer
-
public class SynapseImportSerializer extends Object
This will serialize the SynapseImport to the xml configuration as specified bellow<import [xmlns="http://ws.apache.org/ns/synapse"] [name="string"] [package="string"]>
-
-
Constructor Summary
Constructors Constructor Description SynapseImportSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeImport(org.apache.axiom.om.OMElement parent, SynapseImport synapseImport)
static org.apache.axiom.om.OMElement
serializeImport(SynapseImport s)
This method will implements the serialization of SynapseImport object to its configuration
-
-
-
Method Detail
-
serializeImport
public static org.apache.axiom.om.OMElement serializeImport(SynapseImport s)
This method will implements the serialization of SynapseImport object to its configuration- Parameters:
s
- the type SynapseImport which is subjected to the serialization- Returns:
- OMElement serialized in to xml from the given parameters
-
serializeImport
public static org.apache.axiom.om.OMElement serializeImport(org.apache.axiom.om.OMElement parent, SynapseImport synapseImport)
-
-