Class AbstractSoapMarshaler

    • Constructor Detail

      • AbstractSoapMarshaler

        public AbstractSoapMarshaler()
    • Method Detail

      • protectedSoapToRmi

        protected void protectedSoapToRmi​(Object soapObject,
                                          Object rmiObject)
                                   throws SoapMarshalingException
        Marshals data from a soap object to a given rmi object. This protected method is primarily used by marshaler classes to marshal members from a super-class marshaler.
        Parameters:
        soapObject - SOAP object.
        rmiObject - RMI object.
        Throws:
        SoapMarshalingException - when an error is encountered during marshaling.
      • protectedRmiToSoap

        protected void protectedRmiToSoap​(Object soapObject,
                                          Object rmiObject)
                                   throws SoapMarshalingException
        Unmarshals data from an rmi object to a given SOAP object. This protected method is primarily used by the marshaler classes to unmarshal members from a super-class marshaler.
        Parameters:
        soapObject - SOAP object.
        rmiObject - RMI object.
        Throws:
        SoapMarshalingException - when an error is encountered during marshaling.
      • getCoreService

        protected static com.collabnet.ctf.core.service.CoreService getCoreService()
        Returns the Core Service
        Returns:
        the core service