Class ReplicaServerSoapListMarshaler

All Implemented Interfaces:
SoapMarshaler

public class ReplicaServerSoapListMarshaler extends AbstractSoapMarshaler
Since:
8.1
  • Method Details

    • getInstance

      public static SoapMarshaler getInstance()
      Singleton method implementation.
      Returns:
      this class instance
    • soapToRmi

      public Object soapToRmi(Object soapObject) throws SoapMarshalingException
      Description copied from interface: SoapMarshaler
      Converts a SOAP object to an object type required by RMI APIs.
      Parameters:
      soapObject - SOAP object to marshal.
      Returns:
      Object required by RMI APIs.
      Throws:
      SoapMarshalingException - when an error is encountered during marshaling.
    • rmiToSoap

      public Object rmiToSoap(Object rmiObject) throws SoapMarshalingException
      Description copied from interface: SoapMarshaler
      Unmarshals an object used by RMI APIs to a SOAP object
      Parameters:
      rmiObject - Object used by RMI apis.
      Returns:
      Unmarshaled SOAP object.
      Throws:
      SoapMarshalingException - when an error is encountered during unmarshaling.