Interface SoapMarshaler

    • Method Detail

      • soapToRmi

        Object soapToRmi​(Object soapObject)
                  throws SoapMarshalingException
        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

        Object rmiToSoap​(Object rmiObject)
                  throws SoapMarshalingException
        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.
      • isStateless

        boolean isStateless()
        Determines if this marshaller is stateless/cacheable.
        Returns:
        true if the the marshaller is stateless