jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/TubelineAssemblerFactory.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    40  * Creates {@link TubelineAssembler}.
    40  * Creates {@link TubelineAssembler}.
    41  * <p/>
    41  * <p/>
    42  * <p/>
    42  * <p/>
    43  * To create a tubeline,
    43  * To create a tubeline,
    44  * the JAX-WS runtime locates {@link TubelineAssemblerFactory}s through
    44  * the JAX-WS runtime locates {@link TubelineAssemblerFactory}s through
    45  * the <tt>META-INF/services/com.sun.xml.internal.ws.api.pipe.TubelineAssemblerFactory</tt> files.
    45  * the {@code META-INF/services/com.sun.xml.internal.ws.api.pipe.TubelineAssemblerFactory} files.
    46  * Factories found are checked to see if it supports the given binding ID one by one,
    46  * Factories found are checked to see if it supports the given binding ID one by one,
    47  * and the first valid {@link TubelineAssembler} returned will be used to create
    47  * and the first valid {@link TubelineAssembler} returned will be used to create
    48  * a tubeline.
    48  * a tubeline.
    49  *
    49  *
    50  * @author Jitendra Kotamraju
    50  * @author Jitendra Kotamraju