public class WsdlFactory extends Object implements WsdlFactory
This class is public, for the sake of the JBI framework. The framework makes available, through the environment context, the WsdlFactory. Other components, such as the WSDL registry, can then use it. Such client components only use the interfaces exposed in the base service, plus, of course, the ever-popular WsdlException.
| Constructor and Description |
|---|
WsdlFactory() |
| Modifier and Type | Method and Description |
|---|---|
Definitions |
newDefinitions(String tns)
Deprecated.
- replaced by newDescription(String tns)
|
Description |
newDescription(String tns)
Create a new instance of a WSDL Description component.
|
static WsdlFactory |
newInstance()
Get a new instance of a WsdlFactory.
|
static WsdlFactory |
newInstance(String factoryImplName)
Get a new instance of a WsdlFactory.
|
WsdlReader |
newWsdlReader()
Create a new instance of a WSDL reader object.
|
WsdlWriter |
newWsdlWriter()
Create a new instance of a WSDL writer.
|
public WsdlReader newWsdlReader()
newWsdlReader in interface WsdlFactorypublic WsdlWriter newWsdlWriter()
newWsdlWriter in interface WsdlFactorypublic Description newDescription(String tns)
newDescription in interface WsdlFactorytns - Target name space for the new component.public Definitions newDefinitions(String tns)
newDefinitions in interface WsdlFactorytns - Target name space for the new component.public static WsdlFactory newInstance() throws WsdlException
WsdlException - if the factory cannot be instantiated.public static WsdlFactory newInstance(String factoryImplName) throws WsdlException
factoryImplName - The fully-qualified class name of the
class which provides a concrete implementation
of the abstract class WsdlFactory.WsdlException - if the factory cannot be instantiated.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.