Class TransferGetClientImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.wstransfer.TransferGetClient
public class TransferGetClientImpl implements TransferGetClient
Default implementation of TransferGetClient.
-
-
Method Summary
Modifier and Type Method Description ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo)Sends a WS-Transfer Get request. ListenableFuture<SoapMessage>sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParametersType)Sends a WS-Transfer Get request with reference parameters. -
-
Method Detail
-
sendTransferGet
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
ListenableFuture<SoapMessage> sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParametersType)
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 content- Returns:
a future object that in case of a success includes the SOAP response message or throws
-
-
-
-