| Class Summary |
| AttributeExtensible |
Classes that implement this interface can contain extensibility
attributes.
|
| Binding |
This interface represents a port type binding and describes the
protocol required for using operations in a port type.
|
| BindingFault |
This interface represents a fault binding. |
| BindingFaultImpl |
This class represents a fault binding. |
| BindingImpl |
This class represents a port type binding and describes the
protocol required for using operations in a port type.
|
| BindingInput |
This interface represents an input binding. |
| BindingInputImpl |
This class represents an input binding. |
| BindingOperation |
This interface represents a WSDL operation binding.
|
| BindingOperationImpl |
This class represents a WSDL operation binding.
|
| BindingOutput |
This interface represents an output binding. |
| BindingOutputImpl |
This class represents an output binding. |
| Constants | |
| Definition |
This interface represents a WSDL definition.
|
| DefinitionImpl |
This class represents a WSDL definition.
|
| DOM2Writer |
This class is a utility to serialize a DOM node as XML. |
| DOMUtils | |
| ElementExtensible |
Classes that implement this interface can contain extensibility
elements.
|
| ExtensibilityElement |
This interface should be implemented by classes intending to represent
extensions.
|
| ExtensionDeserializer |
This interface should be implemented by classes which deserialize
org.w3c.dom.Elements into extension-specific instances of
ExtensibilityElement.
|
| ExtensionRegistry |
This class is used to associate serializers, deserializers, and
Java implementation types with extensibility elements.
|
| ExtensionSerializer |
This interface should be implemented by classes which serialize
extension-specific instances of ExtensibilityElement into the
PrintWriter.
|
| Fault |
This interface represents a fault message, and contains the name
of the fault and the message itself.
|
| FaultImpl |
This class represents a fault message, and contains the name
of the fault and the message itself.
|
| HTTPAddress | |
| HTTPAddressImpl | |
| HTTPAddressSerializer | |
| HTTPBinding | |
| HTTPBindingImpl | |
| HTTPBindingSerializer | |
| HTTPConstants | |
| HTTPOperation | |
| HTTPOperationImpl | |
| HTTPOperationSerializer | |
| HTTPUrlEncoded | |
| HTTPUrlEncodedImpl | |
| HTTPUrlEncodedSerializer | |
| HTTPUrlReplacement | |
| HTTPUrlReplacementImpl | |
| HTTPUrlReplacementSerializer | |
| Import |
This interface represents an import, and may contain a reference
to the imported definition.
|
| ImportImpl |
This class represents an import, and may contain a reference
to the imported definition.
|
| Input |
This interface represents an input message, and contains the name
of the input and the message itself.
|
| InputImpl |
This class represents an input message, and contains the name
of the input and the message itself.
|
| IOUtils |
This file is a collection of input/output utilities.
|
| Message |
This interface describes a message used for communication with an operation.
|
| MessageImpl |
This class describes a message used for communication with an operation.
|
| MIMEConstants | |
| MIMEContent | |
| MIMEContentImpl | |
| MIMEContentSerializer | |
| MIMEMimeXml | |
| MIMEMimeXmlImpl | |
| MIMEMimeXmlSerializer | |
| MIMEMultipartRelated | |
| MIMEMultipartRelatedImpl | |
| MIMEMultipartRelatedSerializer | |
| MIMEPart | |
| MIMEPartImpl | |
| ObjectRegistry |
The ObjectRegistry is used to do name-to-object reference lookups.
|
| Operation |
This interface represents a WSDL operation.
|
| OperationImpl |
This class represents a WSDL operation.
|
| OperationType |
This class represents an operation type which can
be one of request-response, solicit response, one way or
notification. |
| Output |
This interface represents an output message, and contains the name
of the output and the message itself.
|
| OutputImpl |
This class represents an output message, and contains the name
of the output and the message itself.
|
| Part |
This interface represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
|
| PartImpl |
This class represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
|
| PopulatedExtensionRegistry |
This class extends ExtensionRegistry and pre-registers
serializers/deserializers for the SOAP, HTTP and MIME
extensions. |
| Port |
This interface represents a port, an endpoint for the
functionality described by a particular port type.
|
| PortImpl |
This class represents a port, an endpoint for the
functionality described by a particular port type.
|
| PortType |
This interface represents a port type. |
| PortTypeImpl |
This class represents a port type. |
| QName |
QName class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification.
|
| QNameUtils | |
| Schema |
Represents a schema element.
|
| SchemaConstants |
Constants used for handling XML Schemas
|
| SchemaDeserializer |
This class is used to deserialize <schema> elements into
Schema instances.
|
| SchemaImpl |
This class is used to wrap schema elements. |
| SchemaImport |
Represents an import element within a schema element.
|
| SchemaImportImpl | |
| SchemaReference |
Represents an include or a redefine element within a schema element.
|
| SchemaReferenceImpl | |
| SchemaSerializer |
This class is used to serialize Schema instances
into the PrintWriter.
|
| Service |
This interface represents a service, which groups related
ports to provide some functionality.
|
| ServiceImpl |
This class represents a service, which groups related
ports to provide some functionality.
|
| SOAPAddress | |
| SOAPAddressImpl | |
| SOAPAddressSerializer | |
| SOAPBinding | |
| SOAPBindingImpl | |
| SOAPBindingSerializer | |
| SOAPBody | |
| SOAPBodyImpl | |
| SOAPBodySerializer | |
| SOAPConstants | |
| SOAPFault | |
| SOAPFaultImpl | |
| SOAPFaultSerializer | |
| SOAPHeader | |
| SOAPHeaderFault | |
| SOAPHeaderFaultImpl | |
| SOAPHeaderImpl | |
| SOAPHeaderSerializer | |
| SOAPOperation |
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
|
| SOAPOperationImpl |
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
|
| SOAPOperationSerializer | |
| StringUtils |
Deals with strings (probably need to elaborate some more).
|
| Types |
This interface represents the <types> section of a WSDL document.
|
| TypesImpl |
This class represents the <types> section of a WSDL document.
|
| UnknownExtensibilityElement |
This class is used to wrap arbitrary elements.
|
| UnknownExtensionDeserializer |
This class is used to deserialize arbitrary elements into
UnknownExtensibilityElement instances.
|
| UnknownExtensionSerializer |
This class is used to serialize UnknownExtensibilityElement instances
into the PrintWriter.
|
| WSDLException | |
| WSDLFactory |
This abstract class defines a factory API that enables applications
to obtain a WSDLFactory capable of producing new Definitions, new
WSDLReaders, and new WSDLWriters.
|
| WSDLFactoryImpl |
This class is a concrete implementation of the abstract class
WSDLFactory. |
| WSDLLocator |
This interface can act as an additional layer of indirection between
a WSDLReader and the actual location of WSDL documents. |
| WSDLReader |
This interface describes a collection of methods
that enable conversion of a WSDL document (in XML,
following the WSDL schema described in the WSDL
specification) into a WSDL model.
|
| WSDLReaderImpl |
This class describes a collection of methods
that enable conversion of a WSDL document (in XML,
following the WSDL schema described in the WSDL
specification) into a WSDL model.
|
| WSDLWriter |
This interface describes a collection of methods
that allow a WSDL model to be written to a writer
in an XML format that follows the WSDL schema.
|
| WSDLWriterImpl |
This class describes a collection of methods
that allow a WSDL model to be written to a writer
in an XML format that follows the WSDL schema.
|
| XPathUtils |
A XPathUtils ...
|
Copyright B) 2003,2005 IBM. All Rights Reserved.