Class TransferGetClientImpl
java.lang.Object
org.somda.sdc.dpws.soap.wstransfer.TransferGetClientImpl
- All Implemented Interfaces:
TransferGetClient
Default implementation of
TransferGetClient.-
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, ReferenceParametersType referenceParametersType) Sends a WS-Transfer Get request with reference parameters.
-
Method Details
-
sendTransferGet
public com.google.common.util.concurrent.ListenableFuture<SoapMessage> sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo) Description copied from interface:TransferGetClientSends a WS-Transfer Get request.- Specified by:
sendTransferGetin interfaceTransferGetClient- 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
public com.google.common.util.concurrent.ListenableFuture<SoapMessage> sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParametersType) Description copied from interface:TransferGetClientSends a WS-Transfer Get request with reference parameters.- Specified by:
sendTransferGetin interfaceTransferGetClient- Parameters:
requestResponseClient- the request response client where to send the request towsaTo- WS-Addressing wsa:To field contentreferenceParametersType- reference parameters to include in the message- Returns:
- a future object that in case of a success includes the SOAP response message or throws
-