Interface TransferGetClient
-
- All Implemented Interfaces:
public interface TransferGetClientInterface to send WS-Transfer Get requests.
-
-
Method Summary
Modifier and Type Method Description abstract ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo)Sends a WS-Transfer Get request. abstract ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParameters)Sends a WS-Transfer Get request with reference parameters. -
-
Method Detail
-
sendTransferGet
abstract ListenableFuture<SoapMessage> sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo)
Sends a WS-Transfer Get request.
- Parameters:
requestResponseClient- the request response client where to send the request to.wsaTo- WS-Addressing wsa:To field content.- Returns:
a future object that in case of a success includes the SOAP response message or throws
-
sendTransferGet
abstract ListenableFuture<SoapMessage> sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParameters)
Sends a WS-Transfer Get request with reference parameters.
- Parameters:
requestResponseClient- the request response client where to send the request towsaTo- WS-Addressing wsa:To field contentreferenceParameters- reference parameters to include in the message- Returns:
a future object that in case of a success includes the SOAP response message or throws
-
-
-
-