| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Definitions
API for WSDL 2.0 Definitions container.
|
| Modifier and Type | Method and Description |
|---|---|
Description |
Include.getDescription()
Get the description included by this component.
|
Description |
Import.getDescription()
Get the description from this import component.
|
Description |
WsdlFactory.newDescription(String targetNamespace)
Create a new instance of a WSDL Description component.
|
Description |
WsdlReader.readDescription(String wsdlURI)
Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
Description |
WsdlReader.readDescription(String documentBaseURI,
Document wsdlDocument)
Read the specified WSDL document into a WSDL definition.
|
Description |
WsdlReader.readDescription(String documentBaseURI,
Element definitionsElement)
Read the specified <wsdl:definitions> element into a WSDL
definition.
|
Description |
WsdlReader.readDescription(String documentBaseURI,
InputSource inputSource)
Read a WSDL document into a WSDL definition.
|
Description |
WsdlReader.readDescription(String contextURI,
String wsdlURI)
Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
WsdlWriter.getDocument(Description model)
Return a document generated from the specified WSDL model.
|
void |
WsdlWriter.writeDescription(Description model,
OutputStream sink)
Write the specified WSDL Description to the specified OutputStream.
|
void |
WsdlWriter.writeDescription(Description model,
Writer sink)
Write the specified WSDL Description to the specified Writer.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.