com.sun.jbi.wsdl2 |
JBI WSDL 2.0 API - public interface
This package contains the public interface for the WSDL 2.0 library.
This is used to read, create, and manipulate WSDL 2.0 documents using
Java classes rather than raw XML.
Read a WSDL document
Create a WSDL document
|
Java Source File Name | Type | Comment |
Binding.java | Interface | API for WSDL 2.0 Binding component. |
BindingFault.java | Interface | API for WSDL 2.0 Binding Fault container. |
BindingMessageReference.java | Interface | API for WSDL 2.0 Binding message reference component. |
BindingOperation.java | Interface | API for WSDL 2.0 Binding Operation Component. |
BindingOperationFault.java | Interface | API for WSDL 2.0 Fault Message Reference Component. |
Constants.java | Interface | This interface serves to gather WSDL 2.0 related constants together that
are applicable across this WSDL API, and have no logical home in a particular
component. |
Definitions.java | Interface | API for WSDL 2.0 Definitions container. |
Description.java | Interface | API for WSDL 2.0 Description container. |
Direction.java | Class | This class enumerates the legal values for a {message reference} direction
attribute. |
Document.java | Interface | API for the Documentation component for a WSDL component. |
Endpoint.java | Interface | API for WSDL 2.0 Endpoint component. |
ExtensibleDocumentedComponent.java | Interface | Base API for all extensible, documented components. |
Extensions.java | Interface | API for Extension elements and attributes for a WSDL component. |
Import.java | Interface | API for WSDL 2.0 Import component. |
Include.java | Interface | API for WSDL 2.0 Include component. |
Interface.java | Interface | API for WSDL 2.0 Interface Component. |
InterfaceFault.java | Interface | API for WSDL 2.0 Interface Fault component. |
InterfaceOperation.java | Interface | API for WSDL 2.0 interface operation component. |
MessageContentModel.java | Class | This class enumerates the possible WSDL message content model values. |
MessageFaultReference.java | Interface | API for WSDL 2.0 Fault Message Reference Component. |
MessageReference.java | Interface | API for WSDL 2.0 Message Reference Component. |
Service.java | Interface | API for WSDL 2.0 Service component. |
Types.java | Interface | API for WSDL 2.0 type definitions component. |
WsdlException.java | Class | The class represents a WSDL processing exception. |
WsdlFactory.java | Interface | This interface defines a factory API that enables applications to obtain
instances of WSDL 2.0 API objects needed to begin using the API. |
WsdlReader.java | Interface | This interface defines a set of methods for reading a WSDL 2.0 document
from various XML sources. |
WsdlWriter.java | Interface | This interface describes a collection of methods that allow a WSDL 2.0
Description component to be written to a writer in an XML format that
follows the WSDL 2.0 schema.
Based on javax.wsdl.WSDLWriter, Matthew J. |