org.apache.synapse.config.xml
Interface StartupSerializer

All Known Implementing Classes:
SimpleQuartzSerializer

public interface StartupSerializer

Defines the serialization of Startups


Method Summary
 OMElement serializeStartup(OMElement parent, Startup startup)
          Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement
 

Method Detail

serializeStartup

OMElement serializeStartup(OMElement parent,
                           Startup startup)
Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement

Parameters:
parent - - OMElement to which, serialized startup will be attached
startup - - Startup to be serialized
Returns:
Serialized OMElement


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