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