public class SynapseImportSerializer extends Object
<import [xmlns="http://ws.apache.org/ns/synapse"] [name="string"] [package="string"]>
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.axiom.om.OMFactory |
fac |
protected static org.apache.axiom.om.OMNamespace |
nullNS |
protected static org.apache.axiom.om.OMNamespace |
synNS |
| Constructor and Description |
|---|
SynapseImportSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
serializeImport(SynapseImport synapseImport)
This method will implements the serialization of SynapseImport object to its configuration
|
protected static final org.apache.axiom.om.OMFactory fac
protected static final org.apache.axiom.om.OMNamespace synNS
protected static final org.apache.axiom.om.OMNamespace nullNS
public org.apache.axiom.om.OMElement serializeImport(SynapseImport synapseImport)
synapseImport - the type SynapseImport which is subjected to the serializationCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.