public interface WsdlFactory
| Modifier and Type | Method and Description |
|---|---|
Definitions |
newDefinitions(String targetNamespace)
Deprecated.
- replaced by newDescritption(String targetNamespace)
|
Description |
newDescription(String targetNamespace)
Create a new instance of a WSDL Description component.
|
WsdlReader |
newWsdlReader()
Create a new instance of a WSDL reader.
|
WsdlWriter |
newWsdlWriter()
Create a new instance of a WSDL writer.
|
WsdlReader newWsdlReader()
WsdlWriter newWsdlWriter()
Description newDescription(String targetNamespace)
targetNamespace - Target namespace for the new component.Definitions newDefinitions(String targetNamespace)
targetNamespace - Target namespace for the new component.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.