Class GetMetadataClientImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.wsmetadataexchange.GetMetadataClient
public class GetMetadataClientImpl implements GetMetadataClient
Default implementation of GetMetadataClient.
-
-
Method Summary
Modifier and Type Method Description ListenableFuture<SoapMessage>sendGetMetadata(RequestResponseClient requestResponseClient)Sends a WS-MetadataExchange GetMetadata request. -
-
Method Detail
-
sendGetMetadata
ListenableFuture<SoapMessage> sendGetMetadata(RequestResponseClient requestResponseClient)
Sends a WS-MetadataExchange GetMetadata request.
- 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
-
-
-
-