Interface TransferGetClient

  • All Known Implementing Classes:
    TransferGetClientImpl

    public interface TransferGetClient
    Interface to send WS-Transfer Get requests.
    • Method Detail

      • sendTransferGet

        com.google.common.util.concurrent.ListenableFuture<SoapMessage> sendTransferGet​(RequestResponseClient requestResponseClient,
                                                                                        String wsaTo,
                                                                                        org.somda.sdc.dpws.soap.wsaddressing.model.ReferenceParametersType referenceParameters)
        Sends a WS-Transfer Get request with reference parameters.
        Parameters:
        requestResponseClient - the request response client where to send the request to
        wsaTo - WS-Addressing wsa:To field content
        referenceParameters - reference parameters to include in the message
        Returns:
        a future object that in case of a success includes the SOAP response message or throws