Interface WebServiceClientFeature

All Known Implementing Classes:
HttpBasicAuthenticationFeature, HttpDigestAuthenticationFeature, IgnoreAllPoliciesFeature, IgnorePolicyFeature, NTLMAuthenticationFeature, ProxyFeature, WSSecurityAuthenticationFeature

public interface WebServiceClientFeature
A WebServiceClientFeature dynamically extends a WebServiceClient.
Since:
7.1
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The feature will be initialized directly before the call to the remote server will happen.
  • Method Details

    • initialize

      void initialize(WebServiceClientFeatureContext context)
      The feature will be initialized directly before the call to the remote server will happen.
      Parameters:
      context -
      API:
      This public API is available in Java.