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 |
---|---|
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
|
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 static org.apache.axiom.om.OMElement serializeImport(SynapseImport s)
s
- the type SynapseImport which is subjected to the serializationpublic static org.apache.axiom.om.OMElement serializeImport(org.apache.axiom.om.OMElement parent, SynapseImport synapseImport)
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.