Package | Description |
---|---|
com.ibm.wsdl.factory | |
com.ibm.wsdl.xml | |
javax.wsdl.factory |
Modifier and Type | Class and Description |
---|---|
class |
WSDLFactoryImpl
This class is a concrete implementation of the abstract class
WSDLFactory.
|
Modifier and Type | Field and Description |
---|---|
protected WSDLFactory |
WSDLReaderImpl.factory |
Modifier and Type | Method and 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 and Description |
---|---|
static WSDLFactory |
WSDLFactory.newInstance()
Get a new instance of a WSDLFactory.
|
static WSDLFactory |
WSDLFactory.newInstance(String factoryImplName)
Get a new instance of a WSDLFactory.
|
static WSDLFactory |
WSDLFactory.newInstance(String factoryImplName,
ClassLoader classLoader)
Get a new instance of a WSDLFactory.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.