Class GetMetadataClientImpl
java.lang.Object
org.somda.sdc.dpws.soap.wsmetadataexchange.GetMetadataClientImpl
- All Implemented Interfaces:
GetMetadataClient
Default implementation of GetMetadataClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SoapMessage>sendGetMetadata(RequestResponseClient requestResponseClient) Sends a WS-MetadataExchange GetMetadata request.
-
Method Details
-
sendGetMetadata
public com.google.common.util.concurrent.ListenableFuture<SoapMessage> sendGetMetadata(RequestResponseClient requestResponseClient) Description copied from interface:GetMetadataClientSends a WS-MetadataExchange GetMetadata request.- Specified by:
sendGetMetadatain interfaceGetMetadataClient- Parameters:
requestResponseClient- the request-response client that is used to send the request.- Returns:
- a future object that in case of a success includes the SOAP response message or throws
-