org.apache.synapse.startup.quartz
Class SimpleQuartzSerializer

java.lang.Object
  extended by org.apache.synapse.startup.quartz.SimpleQuartzSerializer
All Implemented Interfaces:
StartupSerializer

public class SimpleQuartzSerializer
extends Object
implements StartupSerializer


Constructor Summary
SimpleQuartzSerializer()
           
 
Method Summary
 OMElement serializeStartup(OMElement parent, Startup s)
          Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleQuartzSerializer

public SimpleQuartzSerializer()
Method Detail

serializeStartup

public OMElement serializeStartup(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 interface StartupSerializer
Parameters:
parent - - OMElement to which, serialized startup will be attached
s - - Startup to be serialized
Returns:
Serialized OMElement


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.