com.sun.xml.xwss
Class XWSSTubelineAssemblerFactory
java.lang.Object
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
com.sun.xml.xwss.XWSSTubelineAssemblerFactory
public class XWSSTubelineAssemblerFactory
- extends TubelineAssemblerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWSSTubelineAssemblerFactory
public XWSSTubelineAssemblerFactory()
doCreate
public TubelineAssembler doCreate(BindingID bindingId)
- Description copied from class:
TubelineAssemblerFactory
- Creates a
TubelineAssembler applicable for the given binding ID.
- Specified by:
doCreate in class TubelineAssemblerFactory
- Parameters:
bindingId - The binding ID for which a tubeline will be created,
such as SOAPBinding.SOAP11HTTP_BINDING.
Must not be null.
- Returns:
- null if this factory doesn't recognize the given binding ID.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.