Interface GetMetadataClient
- All Known Implementing Classes:
GetMetadataClientImpl
public interface GetMetadataClient
API to send WS-MetadataExchange GetMetadata requests.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SoapMessage>sendGetMetadata(RequestResponseClient requestResponseClient) Sends a WS-MetadataExchange GetMetadata request.
-
Method Details
-
sendGetMetadata
com.google.common.util.concurrent.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
-