Class BindingImpl

  • All Implemented Interfaces:
    WSBinding, javax.xml.ws.Binding
    Direct Known Subclasses:
    HTTPBindingImpl, SOAPBindingImpl

    public abstract class BindingImpl
    extends Object
    implements WSBinding
    Instances are created by the service, which then sets the handler chain on the binding impl.

    This class is made abstract as we don't see a situation when a BindingImpl has much meaning without binding id. IOW, for a specific binding there will be a class extending BindingImpl, for example SOAPBindingImpl.

    The spi Binding interface extends Binding.

    Author:
    WS Development Team