public abstract class WSDLFactory extends Object
| Constructor and Description |
|---|
WSDLFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract DescriptionElement |
newDescription() |
static WSDLFactory |
newInstance() |
static WSDLFactory |
newInstance(String factoryImplName) |
abstract ExtensionRegistry |
newPopulatedExtensionRegistry() |
abstract WSDLReader |
newWSDLReader() |
abstract WSDLWriter |
newWSDLWriter() |
public static WSDLFactory newInstance() throws WSDLException
WSDLExceptionpublic static WSDLFactory newInstance(String factoryImplName) throws WSDLException
WSDLExceptionpublic abstract WSDLWriter newWSDLWriter() throws WSDLException
WSDLExceptionpublic abstract WSDLReader newWSDLReader() throws WSDLException
WSDLExceptionpublic abstract DescriptionElement newDescription()
public abstract ExtensionRegistry newPopulatedExtensionRegistry() throws WSDLException
WSDLExceptionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.