A B C D E F G H I J M N O P Q R S T U V W

A

addBinding(Binding) - Method in interface javax.wsdl.Definition
Add a binding to this WSDL description.
addBindingFault(BindingFault) - Method in interface javax.wsdl.BindingOperation
Add a fault binding.
addBindingOperation(BindingOperation) - Method in interface javax.wsdl.Binding
Add an operation binding to binding.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.Binding
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.BindingOutput
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.Types
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.BindingInput
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.Definition
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.BindingFault
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.BindingOperation
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.Port
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.Service
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in interface javax.wsdl.extensions.mime.MIMEPart
Add an extensibility element.
addFault(Fault) - Method in interface javax.wsdl.Operation
Add a fault message that must be associated with this operation.
addImport(Import) - Method in interface javax.wsdl.Definition
Add an import to this WSDL description.
addMessage(Message) - Method in interface javax.wsdl.Definition
Add a message to this WSDL description.
addMIMEPart(MIMEPart) - Method in interface javax.wsdl.extensions.mime.MIMEMultipartRelated
Add a MIME part to this MIME multipart related.
addNamespace(String, String) - Method in interface javax.wsdl.Definition
This is a way to add a namespace association to a definition.
addOperation(Operation) - Method in interface javax.wsdl.PortType
Add an operation to this port type.
addPart(Part) - Method in interface javax.wsdl.Message
Add a part to this message.
addPort(Port) - Method in interface javax.wsdl.Service
Add a port to this service.
addPortType(PortType) - Method in interface javax.wsdl.Definition
Add a portType to this WSDL description.
addService(Service) - Method in interface javax.wsdl.Definition
Add a service to this WSDL description.
addSOAPHeaderFault(SOAPHeaderFault) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
 

B

Binding - interface javax.wsdl.Binding.
This interface represents a port type binding and describes the protocol required for using operations in a port type.
BindingFault - interface javax.wsdl.BindingFault.
This interface represents a fault binding.
BindingInput - interface javax.wsdl.BindingInput.
This interface represents an input binding.
BindingOperation - interface javax.wsdl.BindingOperation.
This interface represents a WSDL operation binding.
BindingOutput - interface javax.wsdl.BindingOutput.
This interface represents an output binding.

C

CONFIGURATION_ERROR - Static variable in class javax.wsdl.WSDLException
 
createBinding() - Method in interface javax.wsdl.Definition
Create a new binding.
createBindingFault() - Method in interface javax.wsdl.Definition
Create a new binding fault.
createBindingInput() - Method in interface javax.wsdl.Definition
Create a new binding input.
createBindingOperation() - Method in interface javax.wsdl.Definition
Create a new binding operation.
createBindingOutput() - Method in interface javax.wsdl.Definition
Create a new binding output.
createExtension(Class, QName) - Method in class javax.wsdl.extensions.ExtensionRegistry
Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementType, when intended to exist as children of the specified parentType.
createFault() - Method in interface javax.wsdl.Definition
Create a new fault.
createImport() - Method in interface javax.wsdl.Definition
Create a new import.
createInput() - Method in interface javax.wsdl.Definition
Create a new input.
createMessage() - Method in interface javax.wsdl.Definition
Create a new message.
createOperation() - Method in interface javax.wsdl.Definition
Create a new operation.
createOutput() - Method in interface javax.wsdl.Definition
Create a new output.
createPart() - Method in interface javax.wsdl.Definition
Create a new part.
createPort() - Method in interface javax.wsdl.Definition
Create a new port.
createPortType() - Method in interface javax.wsdl.Definition
Create a new port type.
createService() - Method in interface javax.wsdl.Definition
Create a new service.
createTypes() - Method in interface javax.wsdl.Definition
Create a new types section.

D

defaultDeser - Variable in class javax.wsdl.extensions.ExtensionRegistry
 
defaultSer - Variable in class javax.wsdl.extensions.ExtensionRegistry
 
Definition - interface javax.wsdl.Definition.
This interface represents a WSDL definition.
deserializerReg - Variable in class javax.wsdl.extensions.ExtensionRegistry
 

E

element - Variable in class javax.wsdl.extensions.UnknownExtensibilityElement
 
elementType - Variable in class javax.wsdl.extensions.UnknownExtensibilityElement
 
equals(Object) - Method in class javax.xml.namespace.QName
Tests this QName for equality with another object.
equals(OperationType) - Method in class javax.wsdl.OperationType
 
ExtensibilityElement - interface javax.wsdl.extensions.ExtensibilityElement.
This interface should be implemented by classes intending to represent extensions.
ExtensionDeserializer - interface javax.wsdl.extensions.ExtensionDeserializer.
This interface should be implemented by classes which deserialize org.w3c.dom.Elements into extension-specific instances of ExtensibilityElement.
ExtensionRegistry - class javax.wsdl.extensions.ExtensionRegistry.
This class is used to associate serializers, deserializers, and Java implementation types with extensibility elements.
ExtensionRegistry() - Constructor for class javax.wsdl.extensions.ExtensionRegistry
Creates the extension registry, and sets the defaultSerializer and defaultDeserializer properties to instances of an UnknownExtensionSerializer, and an UnknownExtensionDeserializer, respectively.
ExtensionSerializer - interface javax.wsdl.extensions.ExtensionSerializer.
This interface should be implemented by classes which serialize extension-specific instances of ExtensibilityElement into the PrintWriter.
extensionTypeReg - Variable in class javax.wsdl.extensions.ExtensionRegistry
 

F

Fault - interface javax.wsdl.Fault.
This interface represents a fault message, and contains the name of the fault and the message itself.

G

getAllowableExtensions(Class) - Method in class javax.wsdl.extensions.ExtensionRegistry
Returns a set of QNames representing the extensibility elements that are allowed as children of the specified parent type.
getBaseReader() - Method in interface javax.wsdl.xml.WSDLLocator
Returns a reader "pointed at" the base document.
getBaseURI() - Method in interface javax.wsdl.xml.WSDLLocator
Returns a URI representing the location of the base document.
getBinding() - Method in interface javax.wsdl.Port
Get the binding this port refers to.
getBinding(QName) - Method in interface javax.wsdl.Definition
Get the specified binding.
getBindingFault(String) - Method in interface javax.wsdl.BindingOperation
Get the specified fault binding.
getBindingFaults() - Method in interface javax.wsdl.BindingOperation
Get all the fault bindings associated with this operation binding.
getBindingInput() - Method in interface javax.wsdl.BindingOperation
Get the input binding for this operation binding.
getBindingOperation(String, String, String) - Method in interface javax.wsdl.Binding
Get the specified operation binding.
getBindingOperations() - Method in interface javax.wsdl.Binding
Get all the operation bindings defined here.
getBindingOutput() - Method in interface javax.wsdl.BindingOperation
Get the output binding for this operation binding.
getBindings() - Method in interface javax.wsdl.Definition
Get all the bindings defined here.
getDefaultDeserializer() - Method in class javax.wsdl.extensions.ExtensionRegistry
Get the deserializer to be used when none is found for an encountered element.
getDefaultSerializer() - Method in class javax.wsdl.extensions.ExtensionRegistry
Get the serializer to be used when none is found for an extensibility element.
getDefinition() - Method in interface javax.wsdl.Import
This property can be used to hang a referenced Definition, and the top-level Definition (i.e.
getDocument(Definition) - Method in interface javax.wsdl.xml.WSDLWriter
Return a document generated from the specified WSDL model.
getDocumentationElement() - Method in interface javax.wsdl.Binding
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Operation
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Import
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.BindingOutput
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Output
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Types
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Part
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.BindingInput
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Input
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Definition
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Message
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.BindingFault
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.BindingOperation
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Fault
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.PortType
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Port
Get the documentation element.
getDocumentationElement() - Method in interface javax.wsdl.Service
Get the documentation element.
getDocumentBaseURI() - Method in interface javax.wsdl.Definition
Get the document base URI of this definition.
getElement() - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Get the Element for this extensibility element.
getElementName() - Method in interface javax.wsdl.Part
 
getElementType() - Method in interface javax.wsdl.extensions.ExtensibilityElement
Get the type of this extensibility element.
getElementType() - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Get the type of this extensibility element.
getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Get the encodingStyles for this SOAP header fault.
getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPFault
Get the encodingStyles for this SOAP fault.
getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPBody
Get the encodingStyles for this SOAP body.
getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Get the encodingStyles for this SOAP header.
getExtensibilityElements() - Method in interface javax.wsdl.Binding
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.BindingOutput
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.Types
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.BindingInput
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.Definition
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.BindingFault
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.BindingOperation
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.Port
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.Service
Get all the extensibility elements defined here.
getExtensibilityElements() - Method in interface javax.wsdl.extensions.mime.MIMEPart
Get all the extensibility elements defined here.
getExtensionAttribute(QName) - Method in interface javax.wsdl.Part
Retrieve an extension attribute from this part.
getExtensionAttributes() - Method in interface javax.wsdl.Part
Get the map containing all the extension attributes defined on this part.
getExtensionRegistry() - Method in interface javax.wsdl.Definition
Get a reference to the ExtensionRegistry for this Definition.
getExtensionRegistry() - Method in interface javax.wsdl.xml.WSDLReader
Get the extension registry, if one was set.
getFactoryImplName() - Method in interface javax.wsdl.xml.WSDLReader
Get the factoryImplName, if one was set.
getFault(String) - Method in interface javax.wsdl.Operation
Get the specified fault message.
getFaultCode() - Method in class javax.wsdl.WSDLException
 
getFaults() - Method in interface javax.wsdl.Operation
Get all the fault messages associated with this operation.
getFeature(String) - Method in interface javax.wsdl.xml.WSDLWriter
Gets the value of the specified feature.
getFeature(String) - Method in interface javax.wsdl.xml.WSDLReader
Gets the value of the specified feature.
getImportReader(String, String) - Method in interface javax.wsdl.xml.WSDLLocator
Returns a reader pointed at an imported wsdl document whose parent document was located at parentLocation and whose relative location to the parent document is specified by relativeLocation.
getImports() - Method in interface javax.wsdl.Definition
Get a map of lists containing all the imports defined here.
getImports(String) - Method in interface javax.wsdl.Definition
Get the list of imports for the specified namespaceURI.
getInput() - Method in interface javax.wsdl.Operation
Get the input message specification for this operation.
getLatestImportURI() - Method in interface javax.wsdl.xml.WSDLLocator
Returns a URI representing the location of the last import document to be resolved.
getLocalPart() - Method in class javax.xml.namespace.QName
Gets the Local part for this QName
getLocation() - Method in class javax.wsdl.WSDLException
Get the location, if one was set.
getLocationURI() - Method in interface javax.wsdl.Import
Get the location URI of this import.
getLocationURI() - Method in interface javax.wsdl.extensions.http.HTTPOperation
Get the location URI for this HTTP operation.
getLocationURI() - Method in interface javax.wsdl.extensions.http.HTTPAddress
Get the location URI for this HTTP address.
getLocationURI() - Method in interface javax.wsdl.extensions.soap.SOAPAddress
Get the location URI for this SOAP address.
getMessage() - Method in interface javax.wsdl.Output
 
getMessage() - Method in class javax.wsdl.WSDLException
 
getMessage() - Method in interface javax.wsdl.Input
 
getMessage() - Method in interface javax.wsdl.Fault
 
getMessage() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Get the message for this SOAP header fault.
getMessage() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Get the message for this SOAP header.
getMessage(QName) - Method in interface javax.wsdl.Definition
Get the specified message.
getMessages() - Method in interface javax.wsdl.Definition
Get all the messages defined here.
getMIMEParts() - Method in interface javax.wsdl.extensions.mime.MIMEMultipartRelated
Get all the MIME parts defined here.
getName() - Method in interface javax.wsdl.Operation
Get the name of this operation.
getName() - Method in interface javax.wsdl.BindingOutput
Get the name of this output binding.
getName() - Method in interface javax.wsdl.Output
Get the name of this output message.
getName() - Method in interface javax.wsdl.Part
Get the name of this part.
getName() - Method in interface javax.wsdl.BindingInput
Get the name of this input binding.
getName() - Method in interface javax.wsdl.Input
Get the name of this input message.
getName() - Method in interface javax.wsdl.BindingFault
Get the name of this fault binding.
getName() - Method in interface javax.wsdl.BindingOperation
Get the name of this operation binding.
getName() - Method in interface javax.wsdl.Fault
Get the name of this fault message.
getName() - Method in interface javax.wsdl.Port
Get the name of this port.
getName() - Method in interface javax.wsdl.extensions.soap.SOAPFault
Get the name for this SOAP fault.
getNamespace(String) - Method in interface javax.wsdl.Definition
Get the namespace URI associated with this prefix.
getNamespaces() - Method in interface javax.wsdl.Definition
Get all namespace associations in this definition.
getNamespaceURI() - Method in interface javax.wsdl.Import
Get the namespace URI of this import.
getNamespaceURI() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Get the namespace URI for this SOAP header fault.
getNamespaceURI() - Method in interface javax.wsdl.extensions.soap.SOAPFault
Get the namespace URI for this SOAP fault.
getNamespaceURI() - Method in interface javax.wsdl.extensions.soap.SOAPBody
Get the namespace URI for this SOAP body.
getNamespaceURI() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Get the namespace URI for this SOAP header.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Gets the Namespace URI for this QName
getOperation() - Method in interface javax.wsdl.BindingOperation
Get the operation that this operation binding binds.
getOperation(String, String, String) - Method in interface javax.wsdl.PortType
Get the specified operation.
getOperations() - Method in interface javax.wsdl.PortType
Get all the operations defined here.
getOrderedParts(List) - Method in interface javax.wsdl.Message
Get an ordered list of parts as specified by the partOrder argument.
getOutput() - Method in interface javax.wsdl.Operation
Get the output message specification for this operation.
getParameterOrdering() - Method in interface javax.wsdl.Operation
Get the parameter ordering for this operation.
getPart() - Method in interface javax.wsdl.extensions.mime.MIMEContent
Get the part for this MIME content.
getPart() - Method in interface javax.wsdl.extensions.mime.MIMEMimeXml
Get the part for this MIME mimeXml.
getPart() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Get the part for this SOAP header fault.
getPart() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Get the part for this SOAP header.
getPart(String) - Method in interface javax.wsdl.Message
Get the specified part.
getParts() - Method in interface javax.wsdl.Message
Get all the parts defined here.
getParts() - Method in interface javax.wsdl.extensions.soap.SOAPBody
Get the parts for this SOAP body.
getPort(String) - Method in interface javax.wsdl.Service
Get the specified port.
getPorts() - Method in interface javax.wsdl.Service
Get all the ports defined here.
getPortType() - Method in interface javax.wsdl.Binding
Get the port type this is a binding for.
getPortType(QName) - Method in interface javax.wsdl.Definition
Get the specified portType.
getPortTypes() - Method in interface javax.wsdl.Definition
Get all the portTypes defined here.
getPrefix(String) - Method in interface javax.wsdl.Definition
Get a prefix associated with this namespace URI.
getQName() - Method in interface javax.wsdl.Binding
Get the name of this binding.
getQName() - Method in interface javax.wsdl.Definition
Get the name of this definition.
getQName() - Method in interface javax.wsdl.Message
Get the name of this message.
getQName() - Method in interface javax.wsdl.PortType
Get the name of this port type.
getQName() - Method in interface javax.wsdl.Service
Get the name of this service.
getRequired() - Method in interface javax.wsdl.extensions.ExtensibilityElement
Get whether or not the semantics of this extension are required.
getRequired() - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Get whether or not the semantics of this extension are required.
getService(QName) - Method in interface javax.wsdl.Definition
Get the specified service.
getServices() - Method in interface javax.wsdl.Definition
Get all the services defined here.
getSoapActionURI() - Method in interface javax.wsdl.extensions.soap.SOAPOperation
Get the value of the SOAP action attribute.
getSOAPHeaderFaults() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
 
getStyle() - Method in interface javax.wsdl.Operation
Get the operation type.
getStyle() - Method in interface javax.wsdl.extensions.soap.SOAPOperation
Get the style for this SOAP operation.
getStyle() - Method in interface javax.wsdl.extensions.soap.SOAPBinding
Get the style for this SOAP binding.
getTargetException() - Method in class javax.wsdl.WSDLException
 
getTargetNamespace() - Method in interface javax.wsdl.Definition
Get the target namespace in which the WSDL elements are defined.
getTransportURI() - Method in interface javax.wsdl.extensions.soap.SOAPBinding
Get the transport URI to be used with this binding.
getType() - Method in interface javax.wsdl.extensions.mime.MIMEContent
Get the type for this MIME content.
getTypeName() - Method in interface javax.wsdl.Part
 
getTypes() - Method in interface javax.wsdl.Definition
Get the types section.
getUse() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Get the use for this SOAP header fault.
getUse() - Method in interface javax.wsdl.extensions.soap.SOAPFault
Get the use for this SOAP fault.
getUse() - Method in interface javax.wsdl.extensions.soap.SOAPBody
Get the use for this SOAP body.
getUse() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Get the use for this SOAP header.
getVerb() - Method in interface javax.wsdl.extensions.http.HTTPBinding
Get the verb for this HTTP binding.

H

hashCode() - Method in class javax.xml.namespace.QName
Returns a hash code value for this QName object.
HTTPAddress - interface javax.wsdl.extensions.http.HTTPAddress.
 
HTTPBinding - interface javax.wsdl.extensions.http.HTTPBinding.
 
HTTPOperation - interface javax.wsdl.extensions.http.HTTPOperation.
 
HTTPUrlEncoded - interface javax.wsdl.extensions.http.HTTPUrlEncoded.
 
HTTPUrlReplacement - interface javax.wsdl.extensions.http.HTTPUrlReplacement.
 

I

Import - interface javax.wsdl.Import.
This interface represents an import, and may contain a reference to the imported definition.
Input - interface javax.wsdl.Input.
This interface represents an input message, and contains the name of the input and the message itself.
INVALID_WSDL - Static variable in class javax.wsdl.WSDLException
 
isUndefined() - Method in interface javax.wsdl.Binding
 
isUndefined() - Method in interface javax.wsdl.Operation
 
isUndefined() - Method in interface javax.wsdl.Message
 
isUndefined() - Method in interface javax.wsdl.PortType
 

J

javax.wsdl - package javax.wsdl
 
javax.wsdl.extensions - package javax.wsdl.extensions
 
javax.wsdl.extensions.http - package javax.wsdl.extensions.http
 
javax.wsdl.extensions.mime - package javax.wsdl.extensions.mime
 
javax.wsdl.extensions.soap - package javax.wsdl.extensions.soap
 
javax.wsdl.factory - package javax.wsdl.factory
 
javax.wsdl.xml - package javax.wsdl.xml
 
javax.xml.namespace - package javax.xml.namespace
 

M

mapExtensionTypes(Class, QName, Class) - Method in class javax.wsdl.extensions.ExtensionRegistry
Declare that the specified extensionType is the concrete class which should be used to represent extensibility elements with qnames matching elementType, that are intended to exist as children of the specified parentType.
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in interface javax.wsdl.extensions.ExtensionSerializer
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class javax.wsdl.extensions.UnknownExtensionSerializer
 
Message - interface javax.wsdl.Message.
This interface describes a message used for communication with an operation.
MIMEContent - interface javax.wsdl.extensions.mime.MIMEContent.
 
MIMEMimeXml - interface javax.wsdl.extensions.mime.MIMEMimeXml.
 
MIMEMultipartRelated - interface javax.wsdl.extensions.mime.MIMEMultipartRelated.
 
MIMEPart - interface javax.wsdl.extensions.mime.MIMEPart.
 

N

newDefinition() - Method in class javax.wsdl.factory.WSDLFactory
Create a new instance of a Definition.
newInstance() - Static method in class javax.wsdl.factory.WSDLFactory
Get a new instance of a WSDLFactory.
newInstance(String) - Static method in class javax.wsdl.factory.WSDLFactory
Get a new instance of a WSDLFactory.
newPopulatedExtensionRegistry() - Method in class javax.wsdl.factory.WSDLFactory
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions.
newWSDLReader() - Method in class javax.wsdl.factory.WSDLFactory
Create a new instance of a WSDLReader.
newWSDLWriter() - Method in class javax.wsdl.factory.WSDLFactory
Create a new instance of a WSDLWriter.
NOTIFICATION - Static variable in class javax.wsdl.OperationType
 

O

ONE_WAY - Static variable in class javax.wsdl.OperationType
 
Operation - interface javax.wsdl.Operation.
This interface represents a WSDL operation.
OperationType - class javax.wsdl.OperationType.
This class represents an operation type which can be one of request-response, solicit response, one way or notification.
OTHER_ERROR - Static variable in class javax.wsdl.WSDLException
 
Output - interface javax.wsdl.Output.
This interface represents an output message, and contains the name of the output and the message itself.

P

PARSER_ERROR - Static variable in class javax.wsdl.WSDLException
 
Part - interface javax.wsdl.Part.
This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
Port - interface javax.wsdl.Port.
This interface represents a port, an endpoint for the functionality described by a particular port type.
PortType - interface javax.wsdl.PortType.
This interface represents a port type.

Q

QName - class javax.xml.namespace.QName.
QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
QName(String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Constructor for the QName.
queryDeserializer(Class, QName) - Method in class javax.wsdl.extensions.ExtensionRegistry
Look up the deserializer for the extensibility element with the qname elementType, which was encountered as an immediate child of the element represented by the specified parentType.
querySerializer(Class, QName) - Method in class javax.wsdl.extensions.ExtensionRegistry
Look up the serializer to use for the extensibility element with the qname elementType, which was encountered as a child of the specified parentType.

R

readWSDL(String) - Method in interface javax.wsdl.xml.WSDLReader
Read the WSDL document accessible via the specified URI into a WSDL definition.
readWSDL(String, Document) - Method in interface javax.wsdl.xml.WSDLReader
Read the specified WSDL document into a WSDL definition.
readWSDL(String, Element) - Method in interface javax.wsdl.xml.WSDLReader
Read the specified <wsdl:definitions> element into a WSDL definition.
readWSDL(String, InputSource) - Method in interface javax.wsdl.xml.WSDLReader
Read a WSDL document into a WSDL definition.
readWSDL(String, String) - Method in interface javax.wsdl.xml.WSDLReader
Read the WSDL document accessible via the specified URI into a WSDL definition.
readWSDL(WSDLLocator) - Method in interface javax.wsdl.xml.WSDLReader
Read a WSDL document into a WSDL definition.
registerDeserializer(Class, QName, ExtensionDeserializer) - Method in class javax.wsdl.extensions.ExtensionRegistry
Declare that the specified deserializer should be used to deserialize all extensibility elements with a qname matching elementType, when encountered as immediate children of the element represented by the specified parentType.
registerSerializer(Class, QName, ExtensionSerializer) - Method in class javax.wsdl.extensions.ExtensionRegistry
Declare that the specified serializer should be used to serialize all extensibility elements with a qname matching elementType, when encountered as children of the specified parentType.
removeBinding(QName) - Method in interface javax.wsdl.Definition
Remove the specified binding from this definition.
removeMessage(QName) - Method in interface javax.wsdl.Definition
Remove the specified message from this definition.
removePortType(QName) - Method in interface javax.wsdl.Definition
Remove the specified portType from this definition.
removeService(QName) - Method in interface javax.wsdl.Definition
Remove the specified service from this definition.
REQUEST_RESPONSE - Static variable in class javax.wsdl.OperationType
 
required - Variable in class javax.wsdl.extensions.UnknownExtensibilityElement
 

S

serializerReg - Variable in class javax.wsdl.extensions.ExtensionRegistry
 
serialVersionUID - Static variable in class javax.wsdl.WSDLException
 
serialVersionUID - Static variable in class javax.wsdl.OperationType
 
serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensionDeserializer
 
serialVersionUID - Static variable in class javax.wsdl.extensions.ExtensionRegistry
 
serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensionSerializer
 
serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensibilityElement
 
serialVersionUID - Static variable in class javax.xml.namespace.QName
 
Service - interface javax.wsdl.Service.
This interface represents a service, which groups related ports to provide some functionality.
setBinding(Binding) - Method in interface javax.wsdl.Port
Set the binding this port should refer to.
setBindingInput(BindingInput) - Method in interface javax.wsdl.BindingOperation
Set the input binding for this operation binding.
setBindingOutput(BindingOutput) - Method in interface javax.wsdl.BindingOperation
Set the output binding for this operation binding.
setDefaultDeserializer(ExtensionDeserializer) - Method in class javax.wsdl.extensions.ExtensionRegistry
Set the deserializer to be used when none is found for an encountered element.
setDefaultSerializer(ExtensionSerializer) - Method in class javax.wsdl.extensions.ExtensionRegistry
Set the serializer to be used when none is found for an extensibility element.
setDefinition(Definition) - Method in interface javax.wsdl.Import
This property can be used to hang a referenced Definition, and the top-level Definition (i.e.
setDocumentationElement(Element) - Method in interface javax.wsdl.Binding
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Operation
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Import
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.BindingOutput
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Output
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Types
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Part
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.BindingInput
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Input
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Definition
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Message
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.BindingFault
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.BindingOperation
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Fault
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.PortType
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Port
Set the documentation element for this document.
setDocumentationElement(Element) - Method in interface javax.wsdl.Service
Set the documentation element for this document.
setDocumentBaseURI(String) - Method in interface javax.wsdl.Definition
Set the document base URI of this definition.
setElement(Element) - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Set the Element for this extensibility element.
setElementName(QName) - Method in interface javax.wsdl.Part
 
setElementType(QName) - Method in interface javax.wsdl.extensions.ExtensibilityElement
Set the type of this extensibility element.
setElementType(QName) - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Set the type of this extensibility element.
setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Set the encodingStyles for this SOAP header fault.
setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPFault
Set the encodingStyles for this SOAP fault.
setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPBody
Set the encodingStyles for this SOAP body.
setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Set the encodingStyles for this SOAP header.
setExtensionAttribute(QName, QName) - Method in interface javax.wsdl.Part
Set an extension attribute on this part.
setExtensionRegistry(ExtensionRegistry) - Method in interface javax.wsdl.Definition
Set the ExtensionRegistry for this Definition.
setExtensionRegistry(ExtensionRegistry) - Method in interface javax.wsdl.xml.WSDLReader
Set the extension registry to be used when reading WSDL documents into a WSDL definition.
setFactoryImplName(String) - Method in interface javax.wsdl.xml.WSDLReader
Set a different factory implementation to use for creating definitions when reading WSDL documents.
setFaultCode(String) - Method in class javax.wsdl.WSDLException
 
setFeature(String, boolean) - Method in interface javax.wsdl.xml.WSDLWriter
Sets the specified feature to the specified value.
setFeature(String, boolean) - Method in interface javax.wsdl.xml.WSDLReader
Sets the specified feature to the specified value.
setInput(Input) - Method in interface javax.wsdl.Operation
Set the input message specification for this operation.
setLocation(String) - Method in class javax.wsdl.WSDLException
Set the location using an XPath expression.
setLocationURI(String) - Method in interface javax.wsdl.Import
Set the location URI of this import.
setLocationURI(String) - Method in interface javax.wsdl.extensions.http.HTTPOperation
Set the location URI for this HTTP operation.
setLocationURI(String) - Method in interface javax.wsdl.extensions.http.HTTPAddress
Set the location URI for this HTTP address.
setLocationURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPAddress
Set the location URI for this SOAP address.
setMessage(Message) - Method in interface javax.wsdl.Output
 
setMessage(Message) - Method in interface javax.wsdl.Input
 
setMessage(Message) - Method in interface javax.wsdl.Fault
 
setMessage(QName) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Set the message for this SOAP header fault.
setMessage(QName) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Set the message for this SOAP header.
setName(String) - Method in interface javax.wsdl.Operation
Set the name of this operation.
setName(String) - Method in interface javax.wsdl.BindingOutput
Set the name of this output binding.
setName(String) - Method in interface javax.wsdl.Output
Set the name of this output message.
setName(String) - Method in interface javax.wsdl.Part
Set the name of this part.
setName(String) - Method in interface javax.wsdl.BindingInput
Set the name of this input binding.
setName(String) - Method in interface javax.wsdl.Input
Set the name of this input message.
setName(String) - Method in interface javax.wsdl.BindingFault
Set the name of this fault binding.
setName(String) - Method in interface javax.wsdl.BindingOperation
Set the name of this operation binding.
setName(String) - Method in interface javax.wsdl.Fault
Set the name of this fault message.
setName(String) - Method in interface javax.wsdl.Port
Set the name of this port.
setName(String) - Method in interface javax.wsdl.extensions.soap.SOAPFault
Set the name for this SOAP fault.
setNamespaceURI(String) - Method in interface javax.wsdl.Import
Set the namespace URI of this import.
setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Set the namespace URI for this SOAP header fault.
setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPFault
Set the namespace URI for this SOAP fault.
setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPBody
Set the namespace URI for this SOAP body.
setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Set the namespace URI for this SOAP header.
setOperation(Operation) - Method in interface javax.wsdl.BindingOperation
Set the operation that this operation binding binds.
setOutput(Output) - Method in interface javax.wsdl.Operation
Set the output message specification for this operation.
setParameterOrdering(List) - Method in interface javax.wsdl.Operation
Set the parameter ordering for a request-response, or solicit-response operation.
setPart(String) - Method in interface javax.wsdl.extensions.mime.MIMEContent
Set the part for this MIME content.
setPart(String) - Method in interface javax.wsdl.extensions.mime.MIMEMimeXml
Set the part for this MIME mimeXml.
setPart(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Set the part for this SOAP header fault.
setPart(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Set the part for this SOAP header.
setParts(List) - Method in interface javax.wsdl.extensions.soap.SOAPBody
Set the parts for this SOAP body.
setPortType(PortType) - Method in interface javax.wsdl.Binding
Set the port type this is a binding for.
setQName(QName) - Method in interface javax.wsdl.Binding
Set the name of this binding.
setQName(QName) - Method in interface javax.wsdl.Definition
Set the name of this definition.
setQName(QName) - Method in interface javax.wsdl.Message
Set the name of this message.
setQName(QName) - Method in interface javax.wsdl.PortType
Set the name of this port type.
setQName(QName) - Method in interface javax.wsdl.Service
Set the name of this service.
setRequired(Boolean) - Method in interface javax.wsdl.extensions.ExtensibilityElement
Set whether or not the semantics of this extension are required.
setRequired(Boolean) - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
Set whether or not the semantics of this extension are required.
setSoapActionURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPOperation
Set the SOAP action attribute.
setStyle(OperationType) - Method in interface javax.wsdl.Operation
Set the style for this operation (request-response, one way, solicit-response or notification).
setStyle(String) - Method in interface javax.wsdl.extensions.soap.SOAPOperation
Set the style for this SOAP operation.
setStyle(String) - Method in interface javax.wsdl.extensions.soap.SOAPBinding
Set the style for this SOAP binding.
setTargetException(Throwable) - Method in class javax.wsdl.WSDLException
 
setTargetNamespace(String) - Method in interface javax.wsdl.Definition
Set the target namespace in which WSDL elements are defined.
setTransportURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPBinding
Set the SOAP transport URI to be used for communicating with this binding.
setType(String) - Method in interface javax.wsdl.extensions.mime.MIMEContent
Set the type for this MIME content.
setTypeName(QName) - Method in interface javax.wsdl.Part
 
setTypes(Types) - Method in interface javax.wsdl.Definition
Set the types section.
setUndefined(boolean) - Method in interface javax.wsdl.Binding
 
setUndefined(boolean) - Method in interface javax.wsdl.Operation
 
setUndefined(boolean) - Method in interface javax.wsdl.Message
 
setUndefined(boolean) - Method in interface javax.wsdl.PortType
 
setUse(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
Set the use for this SOAP header fault.
setUse(String) - Method in interface javax.wsdl.extensions.soap.SOAPFault
Set the use for this SOAP fault.
setUse(String) - Method in interface javax.wsdl.extensions.soap.SOAPBody
Set the use for this SOAP body.
setUse(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
Set the use for this SOAP header.
setVerb(String) - Method in interface javax.wsdl.extensions.http.HTTPBinding
Set the verb for this HTTP binding.
SOAPAddress - interface javax.wsdl.extensions.soap.SOAPAddress.
 
SOAPBinding - interface javax.wsdl.extensions.soap.SOAPBinding.
 
SOAPBody - interface javax.wsdl.extensions.soap.SOAPBody.
 
SOAPFault - interface javax.wsdl.extensions.soap.SOAPFault.
 
SOAPHeader - interface javax.wsdl.extensions.soap.SOAPHeader.
 
SOAPHeaderFault - interface javax.wsdl.extensions.soap.SOAPHeaderFault.
 
SOAPOperation - interface javax.wsdl.extensions.soap.SOAPOperation.
This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.
SOLICIT_RESPONSE - Static variable in class javax.wsdl.OperationType
 

T

toString() - Method in class javax.wsdl.WSDLException
 
toString() - Method in class javax.wsdl.OperationType
 
toString() - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
 
toString() - Method in class javax.xml.namespace.QName
Returns a string representation of this QName
Types - interface javax.wsdl.Types.
This interface represents the <types> section of a WSDL document.

U

UnknownExtensibilityElement - class javax.wsdl.extensions.UnknownExtensibilityElement.
This class is used to wrap arbitrary elements.
UnknownExtensibilityElement() - Constructor for class javax.wsdl.extensions.UnknownExtensibilityElement
 
UnknownExtensionDeserializer - class javax.wsdl.extensions.UnknownExtensionDeserializer.
This class is used to deserialize arbitrary elements into UnknownExtensibilityElement instances.
UnknownExtensionDeserializer() - Constructor for class javax.wsdl.extensions.UnknownExtensionDeserializer
 
UnknownExtensionSerializer - class javax.wsdl.extensions.UnknownExtensionSerializer.
This class is used to serialize UnknownExtensibilityElement instances into the PrintWriter.
UnknownExtensionSerializer() - Constructor for class javax.wsdl.extensions.UnknownExtensionSerializer
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class javax.wsdl.extensions.UnknownExtensionDeserializer
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in interface javax.wsdl.extensions.ExtensionDeserializer
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.

V

valueOf(String) - Static method in class javax.xml.namespace.QName
Returns a QName holding the value of the specified String.

W

writeWSDL(Definition, OutputStream) - Method in interface javax.wsdl.xml.WSDLWriter
Write the specified WSDL definition to the specified OutputStream.
writeWSDL(Definition, Writer) - Method in interface javax.wsdl.xml.WSDLWriter
Write the specified WSDL definition to the specified Writer.
WSDLException - exception javax.wsdl.WSDLException.
 
WSDLException(String, String) - Constructor for class javax.wsdl.WSDLException
 
WSDLException(String, String, Throwable) - Constructor for class javax.wsdl.WSDLException
 
WSDLFactory - class javax.wsdl.factory.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.
WSDLFactory() - Constructor for class javax.wsdl.factory.WSDLFactory
 
WSDLLocator - interface javax.wsdl.xml.WSDLLocator.
This interface can act as an additional layer of indirection between a WSDLReader and the actual location of WSDL documents.
WSDLReader - interface javax.wsdl.xml.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.
WSDLWriter - interface javax.wsdl.xml.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.

A B C D E F G H I J M N O P Q R S T U V W