Interface GetMetadataClient
-
- All Implemented Interfaces:
public interface GetMetadataClientAPI to send WS-MetadataExchange GetMetadata requests.
-
-
Method Summary
Modifier and Type Method Description abstract ListenableFuture<SoapMessage>sendGetMetadata(RequestResponseClient requestResponseClient)Sends a WS-MetadataExchange GetMetadata request. -
-
Method Detail
-
sendGetMetadata
abstract 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
-
-
-
-