Class MetroTubelineAssemblerFactoryImpl
java.lang.Object
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
com.sun.xml.ws.assembler.metro.impl.MetroTubelineAssemblerFactoryImpl
WSIT Tubeline assembler factory
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aTubelineAssemblerapplicable for the given binding ID.Methods inherited from class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
create, create
-
Field Details
-
METRO_TUBES_CONFIG_NAME
-
-
Constructor Details
-
MetroTubelineAssemblerFactoryImpl
public MetroTubelineAssemblerFactoryImpl()
-
-
Method Details
-
doCreate
Description copied from class:TubelineAssemblerFactoryCreates aTubelineAssemblerapplicable for the given binding ID.- Specified by:
doCreatein classTubelineAssemblerFactory- Parameters:
bindingId- The binding ID for which a tubeline will be created, such asSOAPBinding.SOAP11HTTP_BINDING. Must not be null.- Returns:
- null if this factory doesn't recognize the given binding ID.
-