Class TubelineAssemblerFactory

java.lang.Object
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
Direct Known Subclasses:
MetroTubelineAssemblerFactoryImpl, XWSSTubelineAssemblerFactory

public abstract class TubelineAssemblerFactory extends Object
Creates TubelineAssembler.

To create a tubeline, the JAX-WS runtime locates TubelineAssemblerFactorys through the META-INF/services/com.sun.xml.ws.api.pipe.TubelineAssemblerFactory files. Factories found are checked to see if it supports the given binding ID one by one, and the first valid TubelineAssembler returned will be used to create a tubeline.
Author:
Jitendra Kotamraju