Interface StartupSerializer

  • All Known Implementing Classes:
    SimpleQuartzSerializer

    public interface StartupSerializer
    Defines the serialization of Startups
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.axiom.om.OMElement serializeStartup​(org.apache.axiom.om.OMElement parent, Startup startup)
      Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElement
    • Method Detail

      • serializeStartup

        org.apache.axiom.om.OMElement serializeStartup​(org.apache.axiom.om.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