Class BindingIDFactory


  • public abstract class BindingIDFactory
    extends Object
    Extension point to plug in additional BindingID parsing logic.

    When the JAX-WS RI is asked to parse a binding ID string into a BindingID object, it uses service idiom to look for the implementations of this class in the META-INF/services/....

    Since:
    JAX-WS 2.0.next
    Author:
    Kohsuke Kawaguchi
    See Also:
    BindingID.parse(String)