Package | Description |
---|---|
com.ibm.wsdl.factory | |
com.ibm.wsdl.xml | |
javax.wsdl.factory |
Modifier and Type | Class | Description |
---|---|---|
class |
WSDLFactoryImpl |
This class is a concrete implementation of the abstract class
WSDLFactory.
|
Modifier and Type | Field | Description |
---|---|---|
protected WSDLFactory |
WSDLReaderImpl.factory |
Modifier and Type | Method | Description |
---|---|---|
protected WSDLFactory |
WSDLReaderImpl.getWSDLFactory() |
Get the WSDLFactory object cached in the reader, or use lazy
instantiation if it is not cached yet.
|
Modifier and Type | Method | Description |
---|---|---|
static WSDLFactory |
WSDLFactory.newInstance() |
Get a new instance of a WSDLFactory.
|
static WSDLFactory |
WSDLFactory.newInstance(java.lang.String factoryImplName) |
Get a new instance of a WSDLFactory.
|
static WSDLFactory |
WSDLFactory.newInstance(java.lang.String factoryImplName,
java.lang.ClassLoader classLoader) |
Get a new instance of a WSDLFactory.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.