All Classes and Interfaces

Class
Description
Abstract super class for all WSDL Elements, providing some basic common functionality.
Classes that implement this interface can contain extensibility attributes.
This interface represents a port type binding and describes the protocol required for using operations in a port type.
This interface represents a fault binding.
This class represents a fault binding.
This class represents a port type binding and describes the protocol required for using operations in a port type.
This interface represents an input binding.
This class represents an input binding.
This interface represents a WSDL operation binding.
This class represents a WSDL operation binding.
This interface represents an output binding.
This class represents an output binding.
 
This interface represents a WSDL definition.
This class represents a WSDL definition.
This class is a utility to serialize a DOM node as XML.
 
Classes that implement this interface can contain extensibility elements.
This interface should be implemented by classes intending to represent extensions.
This interface should be implemented by classes which deserialize org.w3c.dom.Elements into extension-specific instances of ExtensibilityElement.
This class is used to associate serializers, deserializers, and Java implementation types with extensibility elements.
This interface should be implemented by classes which serialize extension-specific instances of ExtensibilityElement into the PrintWriter.
This interface represents a fault message, and contains the name of the fault and the message itself.
This class represents a fault message, and contains the name of the fault and the message itself.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This interface represents an import, and may contain a reference to the imported definition.
This class represents an import, and may contain a reference to the imported definition.
This interface represents an input message, and contains the name of the input and the message itself.
This class represents an input message, and contains the name of the input and the message itself.
This file is a collection of input/output utilities.
This interface describes a message used for communication with an operation.
This class describes a message used for communication with an operation.
 
 
 
 
 
 
 
 
 
 
 
 
The ObjectRegistry is used to do name-to-object reference lookups.
This interface represents a WSDL operation.
This class represents a WSDL operation.
This class represents an operation type which can be one of request-response, solicit response, one way or notification.
This interface represents an output message, and contains the name of the output and the message itself.
This class represents an output message, and contains the name of the output and the message itself.
This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
This class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
This class extends ExtensionRegistry and pre-registers serializers/deserializers for the SOAP, HTTP and MIME extensions.
This interface represents a port, an endpoint for the functionality described by a particular port type.
This class represents a port, an endpoint for the functionality described by a particular port type.
This interface represents a port type.
This class represents a port type.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
 
Represents a schema element.
Constants used for handling XML Schemas
This class is used to deserialize <schema> elements into Schema instances.
This class is used to wrap schema elements.
Represents an import element within a schema element.
 
Represents an include or a redefine element within a schema element.
 
This class is used to serialize Schema instances into the PrintWriter.
This interface represents a service, which groups related ports to provide some functionality.
This class represents a service, which groups related ports to provide some functionality.
Copied from javax.wsdl.extensions.soap.SOAPAddress.
Copied from com.ibm.wsdl.extensions.soap.SOAPAddressImpl
Copied from com.ibm.wsdl.extensions.soap.SOAPAddressSerializer
Copied from javax.wsdl.extensions.soap.SOAPBinding.
Copied from com.ibm.wsdl.extensions.soap.SOAPBindingImpl
Copied from com.ibm.wsdl.extensions.soap.SOAPBindingSerializer
Based on javax.wsdl.extensions.SOAPBody.
Based on com.ibm.wsdl.extensions.soap.SOAPBodyImpl
Based on com.ibm.wsdl.extensions.soap.SOAPBodySerializer
Based on com.ibm.wsdl.extensions.soap.SOAPConstants
Based on javax.wsdl.extensions.SOAPFault.
Based on com.ibm.wsdl.extensions.soap.SOAPFaultImpl
Based on com.ibm.wsdl.extensions.soap.SOAPFaultSerializer
Based on javax.wsdl.extensions.SOAPHeader.
Based on javax.wsdl.extensions.SOAPHeaderFault.
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderSerializer
Based on javax.wsdl.extensions.SOAPOperation.
Based on com.ibm.wsdl.extensions.soap.SOAPOperationImpl
Based on com.ibm.wsdl.extensions.soap.SOAPOperationSerializer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.
This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.
 
Deals with strings (probably need to elaborate some more).
This interface represents the <types> section of a WSDL document.
This class represents the <types> section of a WSDL document.
This class is used to wrap arbitrary elements.
This class is used to deserialize arbitrary elements into UnknownExtensibilityElement instances.
This class is used to serialize UnknownExtensibilityElement instances into the PrintWriter.
This interface represents all WSDL Elements
 
This abstract class defines a factory API that enables applications to obtain a WSDLFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters.
This class is a concrete implementation of the abstract class WSDLFactory.
This interface can act as an additional layer of indirection between a WSDLReader and the actual location of WSDL documents.
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.
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.
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.
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.
A XPathUtils ...