com.sun.jbi.wsdl2.impl |
package
This package contains the default implementation of the WSDL 2.0 API
for the JBI RI. It is the private side of the API.
Note that nearly half the classes in this implementation are generated.
See
the ApiGen project for details.
All generated classes serve as abstract bases for hand-coded implementation
classes. This pattern avoids overwriting the hand-coded methods whenever
the API is regenerated. Also, abstract methods in the generated base
classes ensure that compilation errors will alert the programmer to
the addition of new API methods without method bodies. See the ApiGen
project for details.
|
Java Source File Name | Type | Comment |
Binding.java | Class | Abstract implementation of
WSDL 2.0 Binding component. |
BindingFault.java | Class | |
BindingFaultImpl.java | Class | Implementation of WSDL 2.0 Binding Fault component. |
BindingImpl.java | Class | Implementation of WSDL 2.0 Binding component. |
BindingMessageReference.java | Class | Abstract implementation of
WSDL 2.0 Binding message reference component. |
BindingMessageReferenceImpl.java | Class | Implementation of WSDL 2.0 Binding message reference component. |
BindingOperation.java | Class | Abstract implementation of
WSDL 2.0 Binding Operation Component. |
BindingOperationFault.java | Class | Abstract implementation of
WSDL 2.0 Fault Message Reference Component. |
BindingOperationFaultImpl.java | Class | Implementation of WSDL 2.0 Fault Binding Operation Component. |
BindingOperationImpl.java | Class | Implementation of WSDL 2.0 Binding Operation Component. |
Constants.java | Class | Constants for the WSDL2 implementation. |
Description.java | Class | |
DescriptionImpl.java | Class | Implementation of WSDL 2.0 Description container. |
Document.java | Class | |
DocumentImpl.java | Class | Implementation of Documentation for a WSDL, component. |
DOMUtilities.java | Class | This class contains a set of utilities for dealing with DOM trees. |
Endpoint.java | Class | |
EndpointImpl.java | Class | Implementation of WSDL 2.0 Endpoint component. |
ExtensibleDocumentedComponent.java | Class | |
ExtensibleDocumentedComponentImpl.java | Class | Implementation of base for extensible, documented components. |
Extensions.java | Class | Abstract implementation of
Extension elements and attributes for a WSDL component. |
ExtensionsImpl.java | Class | Implementation of Extension elements and attributes for a WSDL component. |
Import.java | Class | Abstract implementation of
WSDL 2.0 Import component. |
ImportImpl.java | Class | Implementation of WSDL 2.0 Import component. |
Include.java | Class | Abstract implementation of
WSDL 2.0 Include component. |
IncludeImpl.java | Class | Implementation of WSDL 2.0 Include component. |
Interface.java | Class | Abstract implementation of
WSDL 2.0 Interface Component. |
InterfaceFault.java | Class | Abstract implementation of
WSDL 2.0 Interface Fault component. |
InterfaceFaultImpl.java | Class | Implementation of WSDL 2.0 Interface Fault component. |
InterfaceImpl.java | Class | Implementation of WSDL 2.0 Interface Component. |
InterfaceOperation.java | Class | Abstract implementation of
WSDL 2.0 interface operation component. |
InterfaceOperationImpl.java | Class | Implementation of WSDL 2.0 interface operation component. |
MessageFaultReference.java | Class | Abstract implementation of
WSDL 2.0 Fault Message Reference Component. |
MessageFaultReferenceImpl.java | Class | Implementation of WSDL 2.0 Fault Message Reference Component. |
MessageReference.java | Class | Abstract implementation of
WSDL 2.0 Message Reference Component. |
MessageReferenceImpl.java | Class | Implementation of WSDL 2.0 Message Reference Component. |
Service.java | Class | Abstract implementation of
WSDL 2.0 Service component. |
ServiceImpl.java | Class | Implementation of WSDL 2.0 Service component. |
TestWsdlFactory.java | Class | Unit tests for the WSDL factory. |
TestWsdlReader.java | Class | Unit tests for the WSDL factory. |
TestWsdlWriter.java | Class | Unit tests for the WSDL factory. |
Types.java | Class | Abstract implementation of
WSDL 2.0 type definitions component. |
TypesImpl.java | Class | Implementation of WSDL 2.0 type definitions component. |
WsdlFactory.java | Class | This class is the default WSDL factory. |
WsdlReader.java | Class | This class provides the ability to read WSDL documents, converting them
into Description .
This is loosely based on the WSDLReaderImpl in the JSR-110 RI, in order
to preserve some sort of compatibility with 110-based code. |
WsdlWriter.java | Class | This class supplies a WSDL serializer, where the serialization is
WSDL 2.0 compliant XML. |
XmlBeansUtil.java | Class | This class collects a set of XmlBeans utilities. |