Interface ClientConfigurator

All Known Implementing Classes:
AddressingConfigurator, MTOMConfigurator, RespectBindingConfigurator

public interface ClientConfigurator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(MessageContext messageContext, BindingProvider provider)
    Perform client-side configuration for a WebServiceFeature.
    boolean
    supports(Binding binding)
    Indicates whether the configurator supports the specified binding.
  • Method Details

    • configure

      void configure(MessageContext messageContext, BindingProvider provider)
      Perform client-side configuration for a WebServiceFeature.
      Parameters:
      messageContext -
      provider -
    • supports

      boolean supports(Binding binding)
      Indicates whether the configurator supports the specified binding.
      Parameters:
      binding - the binding to test
      Returns:
      true if the configurator supports the binding, false otherwise.