Interface TransferGetClient
- All Known Implementing Classes:
TransferGetClientImpl
public interface TransferGetClient
Interface to send WS-Transfer Get requests.
-
Method Summary
Modifier and TypeMethodDescriptioncom.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, org.somda.sdc.dpws.soap.wsaddressing.model.ReferenceParametersType referenceParameters) Sends a WS-Transfer Get request with reference parameters.
-
Method Details
-
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, 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 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
-