Class RespectBindingConfigurator

  • All Implemented Interfaces:
    ServerConfigurator

    public class RespectBindingConfigurator
    extends Object
    implements ServerConfigurator
    An implementation of the ServerConfigurator interface that will configure the endpoint based on the presence of a RespectBinding attribute.
    • Constructor Detail

      • RespectBindingConfigurator

        public RespectBindingConfigurator()
    • Method Detail

      • supports

        public boolean supports​(String bindingId)
        Description copied from interface: ServerConfigurator
        Indicates whether the configurator supports the specified binding.
        Specified by:
        supports in interface ServerConfigurator
        Parameters:
        bindingId - the binding id to test
        Returns:
        true if the configurator supports the binding id, false otherwise.