| Package | Description |
|---|---|
| com.sun.jbi |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| com.sun.jbi.component |
Provides implementation-specific interfaces extending the
javax.jbi.component interfaces for the JSR208 Reference
Implementation in the
JavaTM programming language. |
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
WsdlFactory |
EnvironmentContext.getWsdlFactory()
Get a copy of the WSDL factory.
|
| Modifier and Type | Method and Description |
|---|---|
WsdlFactory |
ComponentContext.getWsdlFactory()
Get a copy of the WSDL factory.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
WsdlWriter.getDocument(Definitions model)
Deprecated.
use Document getDocument(Description model)
|
Document |
WsdlWriter.getDocument(Description model)
Return a document generated from the specified WSDL model.
|
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.
|
Definitions |
WsdlReader.readWsdl(String wsdlURI)
Deprecated.
- replaced by readDescription
|
Definitions |
WsdlReader.readWsdl(String documentBaseURI,
Document wsdlDocument)
Deprecated.
use readDescription
|
Definitions |
WsdlReader.readWsdl(String documentBaseURI,
Element definitionsElement)
Deprecated.
use readDescription
|
Definitions |
WsdlReader.readWsdl(String documentBaseURI,
InputSource inputSource)
Deprecated.
use readDescription
|
Definitions |
WsdlReader.readWsdl(String contextURI,
String wsdlURI)
Deprecated.
use readDescription
|
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.
|
void |
WsdlWriter.writeWsdl(Definitions model,
OutputStream sink)
Deprecated.
use writeDescription
|
void |
WsdlWriter.writeWsdl(Definitions model,
Writer sink)
Deprecated.
use writeDescription
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.