Class IntegratedAppResourceBundleSoapDOMarshaler

  • All Implemented Interfaces:
    SoapMarshaler

    public class IntegratedAppResourceBundleSoapDOMarshaler
    extends ObjectSoapDOMarshaler
    Marshaler class for IntegratedAppResourceBundleSoapDOMarshaler.
    • Method Detail

      • getInstance

        public static SoapMarshaler getInstance()
        Returns the singleton class instance.
        Returns:
        Singleton class instance.
      • soapToRmiBundles

        public static com.vasoftware.sf.server.services.pluggable.IntegratedAppResourceBundleDO[] soapToRmiBundles​(IntegratedAppResourceBundleSoapDO[] soapDOs)
        Helper method to convert SOAP to RMI bundle objects
        Parameters:
        soapDOs - an array of SOAP bundle object
        Returns:
        an array of RMI bundle object
      • rmiToSoapBundles

        public static IntegratedAppResourceBundleSoapDO[] rmiToSoapBundles​(com.vasoftware.sf.server.services.pluggable.IntegratedAppResourceBundleDO[] rmiDOs)
        Helper method to convert RMI to SOAP bundle objects
        Parameters:
        rmiDOs - an array of RMI bundle object
        Returns:
        an array of SOAP bundle object