Class SimpleQuartzSerializer
- java.lang.Object
-
- org.apache.synapse.startup.quartz.SimpleQuartzSerializer
-
- All Implemented Interfaces:
StartupSerializer
public class SimpleQuartzSerializer extends Object implements StartupSerializer
-
-
Constructor Summary
Constructors Constructor Description SimpleQuartzSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.OMElement
serializeStartup(org.apache.axiom.om.OMElement parent, Startup s)
Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement
-
-
-
Method Detail
-
serializeStartup
public org.apache.axiom.om.OMElement serializeStartup(org.apache.axiom.om.OMElement parent, Startup s)
Description copied from interface:StartupSerializer
Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement- Specified by:
serializeStartup
in interfaceStartupSerializer
- Parameters:
parent
- - OMElement to which, serialized startup will be attacheds
- - Startup to be serialized- Returns:
- Serialized OMElement
-
-