Interface TransferGetClient
-
- All Known Implementing Classes:
TransferGetClientImpl
public interface TransferGetClientInterface to send WS-Transfer Get requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo)Sends a WS-Transfer Get request.com.google.common.util.concurrent.ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParameters)Sends a WS-Transfer Get request with reference parameters.
-
-
-
Method Detail
-
sendTransferGet
com.google.common.util.concurrent.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
com.google.common.util.concurrent.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
-
-