- getAllBindings() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the bindings defined in this Definition and
those in any imported Definitions in the WSDL tree.
- getAllBindings() - Method in interface javax.wsdl.Definition
-
Get all the bindings defined in this Definition and
those in any imported Definitions down the WSDL tree.
- 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.
- getAllPortTypes() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the portTypes defined in this Definition and
those in any imported Definitions in the WSDL tree.
- getAllPortTypes() - Method in interface javax.wsdl.Definition
-
Get all the portTypes defined in this Definition and
those in any imported Definitions down the WSDL tree.
- getAllServices() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the services defined in this Definition and
those in any imported Definitions in the WSDL tree.
- getAllServices() - Method in interface javax.wsdl.Definition
-
Get all the services defined in this Definition and
those in any imported Definitions down the WSDL tree.
- getAttribute(Element, String) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Returns the value of an attribute of an element.
- getAttribute(Element, String, List) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Returns the value of an attribute of an element.
- getAttributeNS(Element, String, String) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Returns the value of an attribute of an element.
- getAttributes(Element) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Returns a list of attributes of an element.
- getBaseInputSource() - Method in interface javax.wsdl.xml.WSDLLocator
-
Returns an InputSource "pointed at" the base document.
- getBaseURI() - Method in interface javax.wsdl.xml.WSDLLocator
-
Returns a URI representing the location of the base document.
- getBinding(QName) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the specified binding.
- getBinding() - Method in class com.ibm.wsdl.PortImpl
-
Get the binding this port refers to.
- getBinding(QName) - Method in interface javax.wsdl.Definition
-
Get the specified binding.
- getBinding() - Method in interface javax.wsdl.Port
-
Get the binding this port refers to.
- getBindingFault(String) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the specified fault binding.
- getBindingFault(String) - Method in interface javax.wsdl.BindingOperation
-
Get the specified fault binding.
- getBindingFaults() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get all the fault bindings associated with this operation binding.
- getBindingFaults() - Method in interface javax.wsdl.BindingOperation
-
Get all the fault bindings associated with this operation binding.
- getBindingInput() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the input binding for this operation binding.
- getBindingInput() - Method in interface javax.wsdl.BindingOperation
-
Get the input binding for this operation binding.
- getBindingOperation(String, String, String) - Method in class com.ibm.wsdl.BindingImpl
-
Get the specified operation binding.
- getBindingOperation(String, String, String) - Method in interface javax.wsdl.Binding
-
Get the specified operation binding.
- getBindingOperations() - Method in class com.ibm.wsdl.BindingImpl
-
Get all the operation bindings defined here.
- getBindingOperations() - Method in interface javax.wsdl.Binding
-
Get all the operation bindings defined here.
- getBindingOutput() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the output binding for this operation binding.
- getBindingOutput() - Method in interface javax.wsdl.BindingOperation
-
Get the output binding for this operation binding.
- getBindings() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the bindings defined in this Definition.
- getBindings() - Method in interface javax.wsdl.Definition
-
Get all the bindings defined in this Definition.
- getChildCharacterData(Element) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Concat all the text and cdata node children of this elem and return
the resulting text.
- getClassName(Class) - Static method in class com.ibm.wsdl.util.StringUtils
-
- getContentAsInputStream(URL) - Static method in class com.ibm.wsdl.util.StringUtils
-
- 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 class com.ibm.wsdl.ImportImpl
-
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
- getDefinition() - Method in interface javax.wsdl.Import
-
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
- getDocument(Definition) - Method in class com.ibm.wsdl.xml.WSDLWriterImpl
-
Return a document generated from the specified WSDL model.
- getDocument(Definition) - Method in interface javax.wsdl.xml.WSDLWriter
-
Return a document generated from the specified WSDL model.
- getDocumentationElement() - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Get the documentation element.
- getDocumentationElement() - Method in interface javax.wsdl.WSDLElement
-
Get the documentation element.
- getDocumentBaseURI() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the document base URI of this definition.
- getDocumentBaseURI() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Get the document base URI of this schema
- getDocumentBaseURI() - Method in interface javax.wsdl.Definition
-
Get the document base URI of this definition.
- getDocumentBaseURI() - Method in interface javax.wsdl.extensions.schema.Schema
-
Get the document base URI of this schema
- getElement() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Get the DOM Element that represents this schema element.
- getElement() - Method in interface javax.wsdl.extensions.schema.Schema
-
Get the DOM Element that represents this schema element.
- getElement() - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
-
Get the Element for this extensibility element.
- getElementName() - Method in class com.ibm.wsdl.PartImpl
-
- getElementName() - Method in interface javax.wsdl.Part
-
- getElementType() - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the type of this extensibility element.
- getElementType() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Get the type of this extensibility element.
- 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.
- getEncodingStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get the encodingStyle for this SOAP body.
- getEncodingStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get the encodingStyle for this SOAP fault.
- getEncodingStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the encodingStyle for this SOAP header fault.
- getEncodingStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the encodingStyle for this SOAP header.
- getEncodingStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12Body
-
Get the encodingStyle for this SOAP body.
- getEncodingStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Get the encodingStyle for this SOAP fault.
- getEncodingStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get the encodingStyle for this SOAP header.
- getEncodingStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Get the encodingStyle for this SOAP header fault.
- getEncodingStyles() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get the encodingStyles for this SOAP body.
- getEncodingStyles() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get the encodingStyles for this SOAP fault.
- getEncodingStyles() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the encodingStyles for this SOAP header fault.
- getEncodingStyles() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the encodingStyles for this SOAP header.
- getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPBody
-
Get the encodingStyles for this SOAP body.
- getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPFault
-
Get the encodingStyles for this SOAP fault.
- getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Get the encodingStyles for this SOAP header.
- getEncodingStyles() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
-
Get the encodingStyles for this SOAP header fault.
- getExtensibilityElements() - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Get all the extensibility elements defined here.
- getExtensibilityElements() - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Get all the extensibility elements defined here.
- getExtensibilityElements() - Method in interface javax.wsdl.extensions.ElementExtensible
-
Get all the extensibility elements defined here.
- getExtensionAttribute(QName) - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Retrieve an extension attribute from this element.
- getExtensionAttribute(QName) - Method in interface javax.wsdl.extensions.AttributeExtensible
-
Retrieve an extension attribute from this element.
- getExtensionAttributes() - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Get the map containing all the extension attributes defined
on this element.
- getExtensionAttributes() - Method in interface javax.wsdl.extensions.AttributeExtensible
-
Get the map containing all the extension attributes defined
on this element.
- getExtensionRegistry() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get a reference to the ExtensionRegistry for this Definition.
- getExtensionRegistry() - Method in class com.ibm.wsdl.xml.WSDLReaderImpl
-
Get the extension registry, if one was set.
- 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 class com.ibm.wsdl.xml.WSDLReaderImpl
-
Get the factoryImplName, if one was set.
- getFactoryImplName() - Method in interface javax.wsdl.xml.WSDLReader
-
Get the factoryImplName, if one was set.
- getFault(String) - Method in class com.ibm.wsdl.OperationImpl
-
Get the specified fault message.
- getFault(String) - Method in interface javax.wsdl.Operation
-
Get the specified fault message.
- getFaultCode() - Method in exception javax.wsdl.WSDLException
-
- getFaults() - Method in class com.ibm.wsdl.OperationImpl
-
Get all the fault messages associated with this operation.
- getFaults() - Method in interface javax.wsdl.Operation
-
Get all the fault messages associated with this operation.
- getFeature(String) - Method in class com.ibm.wsdl.xml.WSDLReaderImpl
-
Gets the value of the specified feature.
- getFeature(String) - Method in class com.ibm.wsdl.xml.WSDLWriterImpl
-
Gets the value of the specified feature.
- getFeature(String) - Method in interface javax.wsdl.xml.WSDLReader
-
Gets the value of the specified feature.
- getFeature(String) - Method in interface javax.wsdl.xml.WSDLWriter
-
Gets the value of the specified feature.
- getFirstChildElement(Element) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Return the first child element of the given element.
- getId() - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- getId() - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Gets the ID attribute of the referenced schema.
- getImportInputSource(String, String) - Method in interface javax.wsdl.xml.WSDLLocator
-
Returns an InputSource "pointed at" an imported wsdl document.
- getImports(String) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the list of imports for the specified namespaceURI.
- getImports() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get a map of lists containing all the imports defined here.
- getImports() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
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.
- getImports() - Method in interface javax.wsdl.Definition
-
Get a map of lists containing all the imports defined here.
- getImports() - Method in interface javax.wsdl.extensions.schema.Schema
-
Get a map of lists containing all the imports defined here.
- getIncludes() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Get list of includes defined here.
- getIncludes() - Method in interface javax.wsdl.extensions.schema.Schema
-
Get a list containing all of the includes defined here.
- getInput() - Method in class com.ibm.wsdl.OperationImpl
-
Get the input message specification for this operation.
- 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 exception javax.wsdl.WSDLException
-
Get the location, if one was set.
- getLocationURI() - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Get the location URI for this HTTP address.
- getLocationURI() - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Get the location URI for this HTTP operation.
- getLocationURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Get the location URI for this SOAP address.
- getLocationURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Get the location URI for this SOAP address.
- getLocationURI() - Method in class com.ibm.wsdl.ImportImpl
-
- getLocationURI() - Method in interface javax.wsdl.extensions.http.HTTPAddress
-
Get the location URI for this HTTP address.
- getLocationURI() - Method in interface javax.wsdl.extensions.http.HTTPOperation
-
Get the location URI for this HTTP operation.
- getLocationURI() - Method in interface javax.wsdl.extensions.soap.SOAPAddress
-
Get the location URI for this SOAP address.
- getLocationURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12Address
-
Get the location URI for this SOAP address.
- getLocationURI() - Method in interface javax.wsdl.Import
-
Get the location URI of this import.
- getMessage(QName) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the specified message.
- getMessage() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the message for this SOAP header fault.
- getMessage() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the message for this SOAP header.
- getMessage() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the message for this SOAP header fault.
- getMessage() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the message for this SOAP header.
- getMessage() - Method in class com.ibm.wsdl.FaultImpl
-
- getMessage() - Method in class com.ibm.wsdl.InputImpl
-
- getMessage() - Method in class com.ibm.wsdl.OutputImpl
-
- getMessage(QName) - Method in interface javax.wsdl.Definition
-
Get the specified message.
- getMessage() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Get the message for this SOAP header.
- getMessage() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
-
Get the message for this SOAP header fault.
- getMessage() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get the message for this SOAP header.
- getMessage() - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Get the message for this SOAP header fault.
- getMessage() - Method in interface javax.wsdl.Fault
-
- getMessage() - Method in interface javax.wsdl.Input
-
- getMessage() - Method in interface javax.wsdl.Output
-
- getMessage() - Method in exception javax.wsdl.WSDLException
-
- getMessages() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the messages defined here.
- getMessages() - Method in interface javax.wsdl.Definition
-
Get all the messages defined here.
- getMIMEParts() - Method in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
Get all the MIME parts defined here.
- getMIMEParts() - Method in interface javax.wsdl.extensions.mime.MIMEMultipartRelated
-
Get all the MIME parts defined here.
- getName() - Method in class com.ibm.wsdl.BindingFaultImpl
-
Get the name of this fault binding.
- getName() - Method in class com.ibm.wsdl.BindingInputImpl
-
Get the name of this input binding.
- getName() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the name of this operation binding.
- getName() - Method in class com.ibm.wsdl.BindingOutputImpl
-
Get the name of this output binding.
- getName() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get the name for this SOAP fault.
- getName() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get the name for this SOAP fault.
- getName() - Method in class com.ibm.wsdl.FaultImpl
-
Get the name of this fault message.
- getName() - Method in class com.ibm.wsdl.InputImpl
-
Get the name of this input message.
- getName() - Method in class com.ibm.wsdl.OperationImpl
-
Get the name of this operation.
- getName() - Method in class com.ibm.wsdl.OutputImpl
-
Get the name of this output message.
- getName() - Method in class com.ibm.wsdl.PartImpl
-
Get the name of this part.
- getName() - Method in class com.ibm.wsdl.PortImpl
-
Get the name of this port.
- getName() - Method in interface javax.wsdl.BindingFault
-
Get the name of this fault binding.
- getName() - Method in interface javax.wsdl.BindingInput
-
Get the name of this input binding.
- getName() - Method in interface javax.wsdl.BindingOperation
-
Get the name of this operation binding.
- getName() - Method in interface javax.wsdl.BindingOutput
-
Get the name of this output binding.
- getName() - Method in interface javax.wsdl.extensions.soap.SOAPFault
-
Get the name for this SOAP fault.
- getName() - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Get the name for this SOAP fault.
- getName() - Method in interface javax.wsdl.Fault
-
Get the name of this fault message.
- getName() - Method in interface javax.wsdl.Input
-
Get the name of this input message.
- getName() - Method in interface javax.wsdl.Operation
-
Get the name of this operation.
- 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.Port
-
Get the name of this port.
- getNamespace(String) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the namespace URI associated with this prefix.
- getNamespace(String) - Method in interface javax.wsdl.Definition
-
Get the namespace URI associated with this prefix.
- getNamespaces() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all namespace associations in this definition.
- getNamespaces() - Method in interface javax.wsdl.Definition
-
Get all namespace associations in this definition.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.schema.SchemaImportImpl
-
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get the namespace URI for this SOAP body.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get the namespace URI for this SOAP fault.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the namespace URI for this SOAP header fault.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the namespace URI for this SOAP header.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get the namespace URI for this SOAP body.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get the namespace URI for this SOAP fault.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the namespace URI for this SOAP header fault.
- getNamespaceURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the namespace URI for this SOAP header.
- getNamespaceURI() - Method in class com.ibm.wsdl.ImportImpl
-
- getNamespaceURI() - Method in interface javax.wsdl.extensions.schema.SchemaImport
-
- 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.SOAPFault
-
Get the namespace URI for this SOAP fault.
- getNamespaceURI() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Get the namespace URI for this SOAP header.
- 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.soap12.SOAP12Body
-
Get the namespace URI for this SOAP body.
- getNamespaceURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Get the namespace URI for this SOAP fault.
- getNamespaceURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get the namespace URI for this SOAP header.
- getNamespaceURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Get the namespace URI for this SOAP header fault.
- getNamespaceURI() - Method in interface javax.wsdl.Import
-
Get the namespace URI of this import.
- getNamespaceURI() - Method in class javax.xml.namespace.QName
-
Gets the Namespace URI for this QName
- getNamespaceURIFromPrefix(Node, String) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Given a prefix and a node, return the namespace URI that the prefix
has been associated with.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.BindingFaultImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.BindingImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.BindingInputImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.BindingOutputImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.FaultImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.ImportImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.InputImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.MessageImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.OperationImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.OutputImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.PartImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.PortImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.PortTypeImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.ServiceImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in class com.ibm.wsdl.TypesImpl
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames() - Method in interface javax.wsdl.extensions.AttributeExtensible
-
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNextSiblingElement(Element) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
Return the next sibling element of the given element.
- getNMTokens(List) - Static method in class com.ibm.wsdl.util.StringUtils
-
- getOperation() - Method in class com.ibm.wsdl.BindingOperationImpl
-
Get the operation that this operation binding binds.
- getOperation(String, String, String) - Method in class com.ibm.wsdl.PortTypeImpl
-
Get the specified operation.
- 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 class com.ibm.wsdl.PortTypeImpl
-
Get all the operations defined here.
- getOperations() - Method in interface javax.wsdl.PortType
-
Get all the operations defined here.
- getOrderedParts(List) - Method in class com.ibm.wsdl.MessageImpl
-
Get an ordered list of parts as specified by the partOrder
argument.
- getOrderedParts(List) - Method in interface javax.wsdl.Message
-
Get an ordered list of parts as specified by the partOrder
argument.
- getOutput() - Method in class com.ibm.wsdl.OperationImpl
-
Get the output message specification for this operation.
- getOutput() - Method in interface javax.wsdl.Operation
-
Get the output message specification for this operation.
- getParameterOrdering() - Method in class com.ibm.wsdl.OperationImpl
-
Get the parameter ordering for this operation.
- getParameterOrdering() - Method in interface javax.wsdl.Operation
-
Get the parameter ordering for this operation.
- getPart() - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Get the part for this MIME content.
- getPart() - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Get the part for this MIME mimeXml.
- getPart() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the part for this SOAP header fault.
- getPart() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the part for this SOAP header.
- getPart() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the part for this SOAP header fault.
- getPart() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the part for this SOAP header.
- getPart(String) - Method in class com.ibm.wsdl.MessageImpl
-
Get the specified part.
- 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.SOAPHeader
-
Get the part for this SOAP header.
- getPart() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
-
Get the part for this SOAP header fault.
- getPart() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get the part for this SOAP header.
- getPart() - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Get the part for this SOAP header fault.
- getPart(String) - Method in interface javax.wsdl.Message
-
Get the specified part.
- getParts() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get the parts for this SOAP body.
- getParts() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get the parts for this SOAP body.
- getParts() - Method in class com.ibm.wsdl.MessageImpl
-
Get all the parts defined here.
- getParts() - Method in interface javax.wsdl.extensions.soap.SOAPBody
-
Get the parts for this SOAP body.
- getParts() - Method in interface javax.wsdl.extensions.soap12.SOAP12Body
-
Get the parts for this SOAP body.
- getParts() - Method in interface javax.wsdl.Message
-
Get all the parts defined here.
- getPort(String) - Method in class com.ibm.wsdl.ServiceImpl
-
Get the specified port.
- getPort(String) - Method in interface javax.wsdl.Service
-
Get the specified port.
- getPorts() - Method in class com.ibm.wsdl.ServiceImpl
-
Get all the ports defined here.
- getPorts() - Method in interface javax.wsdl.Service
-
Get all the ports defined here.
- getPortType() - Method in class com.ibm.wsdl.BindingImpl
-
Get the port type this is a binding for.
- getPortType(QName) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the specified portType.
- 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 class com.ibm.wsdl.DefinitionImpl
-
Get all the portTypes defined in this Definition.
- getPortTypes() - Method in interface javax.wsdl.Definition
-
Get all the portTypes defined in this Definition.
- getPrefix(String) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get a prefix associated with this namespace URI.
- getPrefix(String, Definition) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
- getPrefix(String) - Method in interface javax.wsdl.Definition
-
Get a prefix associated with this namespace URI.
- getPrefix() - Method in class javax.xml.namespace.QName
-
Gets the prefix for this QName
- getQName() - Method in class com.ibm.wsdl.BindingImpl
-
Get the name of this binding.
- getQName() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the name of this definition.
- getQName() - Method in class com.ibm.wsdl.MessageImpl
-
Get the name of this message.
- getQName() - Method in class com.ibm.wsdl.PortTypeImpl
-
Get the name of this port type.
- getQName() - Method in class com.ibm.wsdl.ServiceImpl
-
Get the name of this service.
- getQName(String, Element, Definition) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
- 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.
- getQualifiedAttributeValue(Element, String, String, boolean, Definition) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
This method should be used for elements that support extension attributes
because it does not track the remaining attributes to test for unexpected
attributes.
- getQualifiedAttributeValue(Element, String, String, boolean, Definition, List) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
This method should be used for elements that do not support extension attributes
because it tracks the remaining attributes so that eventually any
unexpected attributes can be identified.
- getQualifiedValue(String, String, Definition) - Static method in class com.ibm.wsdl.util.xml.DOMUtils
-
- getRedefines() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
- getRedefines() - Method in interface javax.wsdl.extensions.schema.Schema
-
Get a list containing all of the redefines defined here.
- getReferencedSchema() - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- getReferencedSchema() - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Gets the referenced schema, represented as a LightWeightSchema.
- getRequired() - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get whether or not the semantics of this extension
are required.
- getRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Get whether or not the semantics of this extension
are required.
- 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.
- getSchemaLocationURI() - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- getSchemaLocationURI() - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Gets the schemaLocation attribute of the referenced schema.
- getService(QName) - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the specified service.
- getService(QName) - Method in interface javax.wsdl.Definition
-
Get the specified service.
- getServices() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get all the services defined in this Definition.
- getServices() - Method in interface javax.wsdl.Definition
-
Get all the services defined in this Definition.
- getSOAP12HeaderFaults() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
- getSOAP12HeaderFaults() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get a list of all SOAP header faults contained in this SOAP header.
- getSoapActionRequired() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Indicates whether the SOAP Action is required for this operation.
- getSoapActionRequired() - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Indicates whether the SOAP Action is required for this operation.
- getSoapActionURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Get the value of the SOAP action attribute.
- getSoapActionURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Get the value of the SOAP action attribute.
- getSoapActionURI() - Method in interface javax.wsdl.extensions.soap.SOAPOperation
-
Get the value of the SOAP action attribute.
- getSoapActionURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Get the value of the SOAP action attribute.
- getSOAPHeaderFaults() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
- getSOAPHeaderFaults() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Get a list of all SOAP header faults contained in this SOAP header.
- getStringFromReader(Reader) - Static method in class com.ibm.wsdl.util.IOUtils
-
- getStyle() - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Get the style for this SOAP binding.
- getStyle() - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Get the style for this SOAP operation.
- getStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Get the style for this SOAP binding.
- getStyle() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Get the style for this SOAP operation.
- getStyle() - Method in class com.ibm.wsdl.OperationImpl
-
Get the operation type.
- getStyle() - Method in interface javax.wsdl.extensions.soap.SOAPBinding
-
Get the style for this SOAP binding.
- getStyle() - Method in interface javax.wsdl.extensions.soap.SOAPOperation
-
Get the style for this SOAP operation.
- getStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12Binding
-
Get the style for this SOAP binding.
- getStyle() - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Get the style for this SOAP operation.
- getStyle() - Method in interface javax.wsdl.Operation
-
Get the operation type.
- getTargetException() - Method in exception javax.wsdl.WSDLException
-
- getTargetNamespace() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the target namespace in which the WSDL elements
are defined.
- getTargetNamespace() - Method in interface javax.wsdl.Definition
-
Get the target namespace in which the WSDL elements
are defined.
- getTransportURI() - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Get the transport URI to be used with this binding.
- getTransportURI() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Get the transport URI to be used with this binding.
- getTransportURI() - Method in interface javax.wsdl.extensions.soap.SOAPBinding
-
Get the transport URI to be used with this binding.
- getTransportURI() - Method in interface javax.wsdl.extensions.soap12.SOAP12Binding
-
Get the transport URI to be used with this binding.
- getType() - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Get the type for this MIME content.
- getType() - Method in interface javax.wsdl.extensions.mime.MIMEContent
-
Get the type for this MIME content.
- getTypeName() - Method in class com.ibm.wsdl.PartImpl
-
- getTypeName() - Method in interface javax.wsdl.Part
-
- getTypes() - Method in class com.ibm.wsdl.DefinitionImpl
-
Get the types section.
- getTypes() - Method in interface javax.wsdl.Definition
-
Get the types section.
- getURL(URL, String) - Static method in class com.ibm.wsdl.util.StringUtils
-
- getUse() - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Get the use for this SOAP body.
- getUse() - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Get the use for this SOAP fault.
- getUse() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Get the use for this SOAP header fault.
- getUse() - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Get the use for this SOAP header.
- getUse() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Get the use for this SOAP body.
- getUse() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Get the use for this SOAP fault.
- getUse() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Get the use for this SOAP header fault.
- getUse() - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Get the use for this SOAP header.
- getUse() - Method in interface javax.wsdl.extensions.soap.SOAPBody
-
Get the use for this SOAP body.
- getUse() - Method in interface javax.wsdl.extensions.soap.SOAPFault
-
Get the use for this SOAP fault.
- getUse() - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Get the use for this SOAP header.
- getUse() - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
-
Get the use for this SOAP header fault.
- getUse() - Method in interface javax.wsdl.extensions.soap12.SOAP12Body
-
Get the use for this SOAP body.
- getUse() - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Get the use for this SOAP fault.
- getUse() - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Get the use for this SOAP header.
- getUse() - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Get the use for this SOAP header fault.
- getVerb() - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Get the verb for this HTTP binding.
- getVerb() - Method in interface javax.wsdl.extensions.http.HTTPBinding
-
Get the verb for this HTTP binding.
- getWSDLFactory() - Method in class com.ibm.wsdl.xml.WSDLReaderImpl
-
Get the WSDLFactory object cached in the reader, or use lazy
instantiation if it is not cached yet.
- getXPathExprFromNode(Node) - Static method in class com.ibm.wsdl.util.xml.XPathUtils
-
Generates an XPath expression that will return only the given node as its
result.
- Schema - Interface in javax.wsdl.extensions.schema
-
Represents a schema element.
- SchemaConstants - Class in com.ibm.wsdl.extensions.schema
-
Constants used for handling XML Schemas
- SchemaConstants() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaConstants
-
- SchemaDeserializer - Class in com.ibm.wsdl.extensions.schema
-
This class is used to deserialize <schema>
elements into
Schema instances.
- SchemaDeserializer() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaDeserializer
-
- SchemaImpl - Class in com.ibm.wsdl.extensions.schema
-
This class is used to wrap schema elements.
- SchemaImpl() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaImpl
-
- SchemaImport - Interface in javax.wsdl.extensions.schema
-
Represents an import element within a schema element.
- SchemaImportImpl - Class in com.ibm.wsdl.extensions.schema
-
- SchemaImportImpl() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaImportImpl
-
- SchemaReference - Interface in javax.wsdl.extensions.schema
-
Represents an include or a redefine element within a schema element.
- SchemaReferenceImpl - Class in com.ibm.wsdl.extensions.schema
-
- SchemaReferenceImpl() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- SchemaSerializer - Class in com.ibm.wsdl.extensions.schema
-
This class is used to serialize Schema instances
into the PrintWriter.
- SchemaSerializer() - Constructor for class com.ibm.wsdl.extensions.schema.SchemaSerializer
-
- serializeAsXML(Node, Writer) - Static method in class com.ibm.wsdl.util.xml.DOM2Writer
-
Serialize this node into the writer as XML.
- serializeAsXML(Node, Map, Writer) - Static method in class com.ibm.wsdl.util.xml.DOM2Writer
-
Serialize this node into the writer as XML.
- serializeElementAsDocument(Element, Writer) - Static method in class com.ibm.wsdl.util.xml.DOM2Writer
-
Print an XML declaration before serializing the element.
- serializeElementAsDocument(Element, Map, Writer) - Static method in class com.ibm.wsdl.util.xml.DOM2Writer
-
Print an XML declaration before serializing the element.
- serializerReg - Variable in class javax.wsdl.extensions.ExtensionRegistry
-
- serialVersionUID - Static variable in class com.ibm.wsdl.BindingFaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.BindingImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.BindingInputImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.BindingOperationImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.BindingOutputImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.DefinitionImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPAddressSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPBindingSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPOperationSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEContentSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.PopulatedExtensionRegistry
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.schema.SchemaDeserializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.schema.SchemaImportImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.schema.SchemaSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPAddressSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPBindingSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPBodySerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPFaultSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPHeaderSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap.SOAPOperationSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12AddressSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12BindingSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12BodySerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12FaultSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.extensions.soap12.SOAP12OperationSerializer
-
- serialVersionUID - Static variable in class com.ibm.wsdl.FaultImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.ImportImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.InputImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.MessageImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.OperationImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.OutputImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.PartImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.PortImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.PortTypeImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.ServiceImpl
-
- serialVersionUID - Static variable in class com.ibm.wsdl.TypesImpl
-
- serialVersionUID - Static variable in class javax.wsdl.extensions.ExtensionRegistry
-
- serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensibilityElement
-
- serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensionDeserializer
-
- serialVersionUID - Static variable in class javax.wsdl.extensions.UnknownExtensionSerializer
-
- serialVersionUID - Static variable in class javax.wsdl.OperationType
-
- serialVersionUID - Static variable in exception javax.wsdl.WSDLException
-
- Service - Interface in javax.wsdl
-
This interface represents a service, which groups related
ports to provide some functionality.
- SERVICE_ATTR_NAMES - Static variable in class com.ibm.wsdl.Constants
-
- ServiceImpl - Class in com.ibm.wsdl
-
This class represents a service, which groups related
ports to provide some functionality.
- ServiceImpl() - Constructor for class com.ibm.wsdl.ServiceImpl
-
- services - Variable in class com.ibm.wsdl.DefinitionImpl
-
- setBinding(Binding) - Method in class com.ibm.wsdl.PortImpl
-
Set the binding this port should refer to.
- setBinding(Binding) - Method in interface javax.wsdl.Port
-
Set the binding this port should refer to.
- setBindingInput(BindingInput) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Set the input binding for this operation binding.
- setBindingInput(BindingInput) - Method in interface javax.wsdl.BindingOperation
-
Set the input binding for this operation binding.
- setBindingOutput(BindingOutput) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Set the output 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 class com.ibm.wsdl.ImportImpl
-
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
- 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. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
- setDocumentationElement(Element) - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Set the documentation element for this document.
- setDocumentationElement(Element) - Method in interface javax.wsdl.WSDLElement
-
Set the documentation element for this document.
- setDocumentBaseURI(String) - Method in class com.ibm.wsdl.DefinitionImpl
-
Set the document base URI of this definition.
- setDocumentBaseURI(String) - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Set the document base URI of this schema definition.
- setDocumentBaseURI(String) - Method in interface javax.wsdl.Definition
-
Set the document base URI of this definition.
- setDocumentBaseURI(String) - Method in interface javax.wsdl.extensions.schema.Schema
-
Set the document base URI of this schema definition.
- setElement(Element) - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Set the DOM Element that represents this schema element.
- setElement(Element) - Method in interface javax.wsdl.extensions.schema.Schema
-
Set the DOM Element that represents this schema element.
- setElement(Element) - Method in class javax.wsdl.extensions.UnknownExtensibilityElement
-
Set the Element for this extensibility element.
- setElementName(QName) - Method in class com.ibm.wsdl.PartImpl
-
- setElementName(QName) - Method in interface javax.wsdl.Part
-
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the type of this extensibility element.
- setElementType(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Set the type of this extensibility element.
- 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.
- setEncodingStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set the encodingStyle for this SOAP body.
- setEncodingStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set the encodingStyle for this SOAP fault.
- setEncodingStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the encodingStyle for this SOAP header fault.
- setEncodingStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the encodingStyle for this SOAP header.
- setEncodingStyle(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Body
-
Set the encodingStyle for this SOAP body.
- setEncodingStyle(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Set the encodingStyle for this SOAP fault.
- setEncodingStyle(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Set the encodingStyle for this SOAP header.
- setEncodingStyle(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Set the encodingStyle for this SOAP header fault.
- setEncodingStyles(List) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set the encodingStyles for this SOAP body.
- setEncodingStyles(List) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set the encodingStyles for this SOAP fault.
- setEncodingStyles(List) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the encodingStyles for this SOAP header fault.
- setEncodingStyles(List) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the encodingStyles for this SOAP header.
- 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.SOAPFault
-
Set the encodingStyles for this SOAP fault.
- setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Set the encodingStyles for this SOAP header.
- setEncodingStyles(List) - Method in interface javax.wsdl.extensions.soap.SOAPHeaderFault
-
Set the encodingStyles for this SOAP header fault.
- setExtensionAttribute(QName, Object) - Method in class com.ibm.wsdl.AbstractWSDLElement
-
Set an extension attribute on this element.
- setExtensionAttribute(QName, Object) - Method in interface javax.wsdl.extensions.AttributeExtensible
-
Set an extension attribute on this element.
- setExtensionRegistry(ExtensionRegistry) - Method in class com.ibm.wsdl.DefinitionImpl
-
Set the ExtensionRegistry for this Definition.
- setExtensionRegistry(ExtensionRegistry) - Method in class com.ibm.wsdl.xml.WSDLReaderImpl
-
Set the extension registry to be used when reading
WSDL documents into a WSDL definition.
- 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 class com.ibm.wsdl.xml.WSDLReaderImpl
-
Set a different factory implementation to use for
creating definitions when reading WSDL documents.
- 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 exception javax.wsdl.WSDLException
-
- setFeature(String, boolean) - Method in class com.ibm.wsdl.xml.WSDLReaderImpl
-
Sets the specified feature to the specified value.
- setFeature(String, boolean) - Method in class com.ibm.wsdl.xml.WSDLWriterImpl
-
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.
- setFeature(String, boolean) - Method in interface javax.wsdl.xml.WSDLWriter
-
Sets the specified feature to the specified value.
- setId(String) - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- setId(String) - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Sets the ID attribute of the referenced schema.
- setInput(Input) - Method in class com.ibm.wsdl.OperationImpl
-
Set the input message specification for this operation.
- setInput(Input) - Method in interface javax.wsdl.Operation
-
Set the input message specification for this operation.
- setLocation(String) - Method in exception javax.wsdl.WSDLException
-
Set the location using an XPath expression.
- setLocationURI(String) - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Set the location URI for this HTTP address.
- setLocationURI(String) - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Set the location URI for this HTTP operation.
- setLocationURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Set the location URI for this SOAP address.
- setLocationURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Set the location URI for this SOAP address.
- setLocationURI(String) - Method in class com.ibm.wsdl.ImportImpl
-
- 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.http.HTTPOperation
-
Set the location URI for this HTTP operation.
- setLocationURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPAddress
-
Set the location URI for this SOAP address.
- setLocationURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Address
-
Set the location URI for this SOAP address.
- setLocationURI(String) - Method in interface javax.wsdl.Import
-
Set the location URI of this import.
- setLocator(WSDLLocator) - Static method in class com.ibm.wsdl.extensions.schema.SchemaDeserializer
-
Set the WSDLLocator to be used by the deserializer on this thread.
- setMessage(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the message for this SOAP header fault.
- setMessage(QName) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the message for this SOAP header.
- setMessage(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the message for this SOAP header fault.
- setMessage(QName) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the message for this SOAP header.
- setMessage(Message) - Method in class com.ibm.wsdl.FaultImpl
-
- setMessage(Message) - Method in class com.ibm.wsdl.InputImpl
-
- setMessage(Message) - Method in class com.ibm.wsdl.OutputImpl
-
- setMessage(QName) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Set the message for this SOAP header.
- 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.soap12.SOAP12Header
-
Set the message for this SOAP header.
- setMessage(QName) - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Set the message for this SOAP header fault.
- setMessage(Message) - Method in interface javax.wsdl.Fault
-
- setMessage(Message) - Method in interface javax.wsdl.Input
-
- setMessage(Message) - Method in interface javax.wsdl.Output
-
- setName(String) - Method in class com.ibm.wsdl.BindingFaultImpl
-
Set the name of this fault binding.
- setName(String) - Method in class com.ibm.wsdl.BindingInputImpl
-
Set the name of this input binding.
- setName(String) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Set the name of this operation binding.
- setName(String) - Method in class com.ibm.wsdl.BindingOutputImpl
-
Set the name of this output binding.
- setName(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set the name for this SOAP fault.
- setName(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set the name for this SOAP fault.
- setName(String) - Method in class com.ibm.wsdl.FaultImpl
-
Set the name of this fault message.
- setName(String) - Method in class com.ibm.wsdl.InputImpl
-
Set the name of this input message.
- setName(String) - Method in class com.ibm.wsdl.OperationImpl
-
Set the name of this operation.
- setName(String) - Method in class com.ibm.wsdl.OutputImpl
-
Set the name of this output message.
- setName(String) - Method in class com.ibm.wsdl.PartImpl
-
Set the name of this part.
- setName(String) - Method in class com.ibm.wsdl.PortImpl
-
Set the name of this port.
- setName(String) - Method in interface javax.wsdl.BindingFault
-
Set the name of this fault binding.
- setName(String) - Method in interface javax.wsdl.BindingInput
-
Set the name of this input binding.
- setName(String) - Method in interface javax.wsdl.BindingOperation
-
Set the name of this operation binding.
- setName(String) - Method in interface javax.wsdl.BindingOutput
-
Set the name of this output binding.
- setName(String) - Method in interface javax.wsdl.extensions.soap.SOAPFault
-
Set the name for this SOAP fault.
- setName(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Set the name for this SOAP fault.
- setName(String) - Method in interface javax.wsdl.Fault
-
Set the name of this fault message.
- setName(String) - Method in interface javax.wsdl.Input
-
Set the name of this input message.
- setName(String) - Method in interface javax.wsdl.Operation
-
Set the name of this operation.
- 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.Port
-
Set the name of this port.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.schema.SchemaImportImpl
-
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set the namespace URI for this SOAP body.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set the namespace URI for this SOAP fault.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the namespace URI for this SOAP header fault.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the namespace URI for this SOAP header.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set the namespace URI for this SOAP body.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set the namespace URI for this SOAP fault.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the namespace URI for this SOAP header fault.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the namespace URI for this SOAP header.
- setNamespaceURI(String) - Method in class com.ibm.wsdl.ImportImpl
-
- setNamespaceURI(String) - Method in interface javax.wsdl.extensions.schema.SchemaImport
-
- 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.SOAPFault
-
Set the namespace URI for this SOAP fault.
- setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Set the namespace URI for this SOAP header.
- 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.soap12.SOAP12Body
-
Set the namespace URI for this SOAP body.
- setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Set the namespace URI for this SOAP fault.
- setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Set the namespace URI for this SOAP header.
- setNamespaceURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Set the namespace URI for this SOAP header fault.
- setNamespaceURI(String) - Method in interface javax.wsdl.Import
-
Set the namespace URI of this import.
- setOperation(Operation) - Method in class com.ibm.wsdl.BindingOperationImpl
-
Set the operation that this operation binding binds.
- setOperation(Operation) - Method in interface javax.wsdl.BindingOperation
-
Set the operation that this operation binding binds.
- setOutput(Output) - Method in class com.ibm.wsdl.OperationImpl
-
Set the output message specification for this operation.
- setOutput(Output) - Method in interface javax.wsdl.Operation
-
Set the output message specification for this operation.
- setParameterOrdering(List) - Method in class com.ibm.wsdl.OperationImpl
-
Set the parameter ordering for a request-response,
or solicit-response 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 class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Set the part for this MIME content.
- setPart(String) - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Set the part for this MIME mimeXml.
- setPart(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the part for this SOAP header fault.
- setPart(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the part for this SOAP header.
- setPart(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the part for this SOAP header fault.
- setPart(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the part for this SOAP header.
- 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.SOAPHeader
-
Set the part for this SOAP header.
- 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.soap12.SOAP12Header
-
Set the part for this SOAP header.
- setPart(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Set the part for this SOAP header fault.
- setParts(List) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set the parts for this SOAP body.
- setParts(List) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set the parts for this SOAP body.
- setParts(List) - Method in interface javax.wsdl.extensions.soap.SOAPBody
-
Set the parts for this SOAP body.
- setParts(List) - Method in interface javax.wsdl.extensions.soap12.SOAP12Body
-
Set the parts for this SOAP body.
- setPortType(PortType) - Method in class com.ibm.wsdl.BindingImpl
-
Set the port type this is a binding for.
- setPortType(PortType) - Method in interface javax.wsdl.Binding
-
Set the port type this is a binding for.
- setQName(QName) - Method in class com.ibm.wsdl.BindingImpl
-
Set the name of this binding.
- setQName(QName) - Method in class com.ibm.wsdl.DefinitionImpl
-
Set the name of this definition.
- setQName(QName) - Method in class com.ibm.wsdl.MessageImpl
-
Set the name of this message.
- setQName(QName) - Method in class com.ibm.wsdl.PortTypeImpl
-
Set the name of this port type.
- setQName(QName) - Method in class com.ibm.wsdl.ServiceImpl
-
Set the name of this service.
- 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.
- setReferencedSchema(Schema) - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- setReferencedSchema(Schema) - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Sets the referenced schema to a LightWeightSchema.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.http.HTTPAddressImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.http.HTTPOperationImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.http.HTTPUrlReplacementImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.mime.MIMEMimeXmlImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.mime.MIMEMultipartRelatedImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.mime.MIMEPartImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.schema.SchemaImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set whether or not the semantics of this extension
are required.
- setRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Set whether or not the semantics of this extension
are required.
- 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.
- setSchemaLocationURI(String) - Method in class com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
-
- setSchemaLocationURI(String) - Method in interface javax.wsdl.extensions.schema.SchemaReference
-
Sets the schemaLocation attribute of the referenced schema.
- setSoapActionRequired(Boolean) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Specify whether the SOAP Action is required for this operation.
- setSoapActionRequired(Boolean) - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Specify whether the SOAP Action is required for this operation.
- setSoapActionURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Set the SOAP action attribute.
- setSoapActionURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Set the SOAP action attribute.
- setSoapActionURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPOperation
-
Set the SOAP action attribute.
- setSoapActionURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Set the SOAP action attribute.
- setStyle(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Set the style for this SOAP binding.
- setStyle(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
Set the style for this SOAP operation.
- setStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Set the style for this SOAP binding.
- setStyle(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
Set the style for this SOAP operation.
- setStyle(OperationType) - Method in class com.ibm.wsdl.OperationImpl
-
Set the style for this operation (request-response,
one way, solicit-response or notification).
- setStyle(String) - Method in interface javax.wsdl.extensions.soap.SOAPBinding
-
Set the style for this SOAP binding.
- 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.soap12.SOAP12Binding
-
Set the style for this SOAP binding.
- setStyle(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Operation
-
Set the style for this SOAP operation.
- setStyle(OperationType) - Method in interface javax.wsdl.Operation
-
Set the style for this operation (request-response,
one way, solicit-response or notification).
- setTargetException(Throwable) - Method in exception javax.wsdl.WSDLException
-
- setTargetNamespace(String) - Method in class com.ibm.wsdl.DefinitionImpl
-
Set the target namespace in which WSDL elements are defined.
- setTargetNamespace(String) - Method in interface javax.wsdl.Definition
-
Set the target namespace in which WSDL elements are defined.
- setTransportURI(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
Set the SOAP transport URI to be used for communicating
with this binding.
- setTransportURI(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
Set the SOAP transport URI to be used for communicating
with this binding.
- setTransportURI(String) - Method in interface javax.wsdl.extensions.soap.SOAPBinding
-
Set the SOAP transport URI to be used for communicating
with this binding.
- setTransportURI(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Binding
-
Set the SOAP transport URI to be used for communicating
with this binding.
- setType(String) - Method in class com.ibm.wsdl.extensions.mime.MIMEContentImpl
-
Set the type for this MIME content.
- setType(String) - Method in interface javax.wsdl.extensions.mime.MIMEContent
-
Set the type for this MIME content.
- setTypeName(QName) - Method in class com.ibm.wsdl.PartImpl
-
- setTypeName(QName) - Method in interface javax.wsdl.Part
-
- setTypes(Types) - Method in class com.ibm.wsdl.DefinitionImpl
-
Set the types section.
- setTypes(Types) - Method in interface javax.wsdl.Definition
-
Set the types section.
- setUndefined(boolean) - Method in class com.ibm.wsdl.BindingImpl
-
- setUndefined(boolean) - Method in class com.ibm.wsdl.MessageImpl
-
- setUndefined(boolean) - Method in class com.ibm.wsdl.OperationImpl
-
- setUndefined(boolean) - Method in class com.ibm.wsdl.PortTypeImpl
-
- setUndefined(boolean) - Method in interface javax.wsdl.Binding
-
- setUndefined(boolean) - Method in interface javax.wsdl.Message
-
- setUndefined(boolean) - Method in interface javax.wsdl.Operation
-
- setUndefined(boolean) - Method in interface javax.wsdl.PortType
-
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
Set the use for this SOAP body.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
Set the use for this SOAP fault.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
Set the use for this SOAP header fault.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
Set the use for this SOAP header.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
Set the use for this SOAP body.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
Set the use for this SOAP fault.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
Set the use for this SOAP header fault.
- setUse(String) - Method in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
Set the use for this SOAP header.
- 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.SOAPFault
-
Set the use for this SOAP fault.
- setUse(String) - Method in interface javax.wsdl.extensions.soap.SOAPHeader
-
Set the use for this SOAP header.
- 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.soap12.SOAP12Body
-
Set the use for this SOAP body.
- setUse(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Fault
-
Set the use for this SOAP fault.
- setUse(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12Header
-
Set the use for this SOAP header.
- setUse(String) - Method in interface javax.wsdl.extensions.soap12.SOAP12HeaderFault
-
Set the use for this SOAP header fault.
- setVerb(String) - Method in class com.ibm.wsdl.extensions.http.HTTPBindingImpl
-
Set the verb for this HTTP binding.
- setVerb(String) - Method in interface javax.wsdl.extensions.http.HTTPBinding
-
Set the verb for this HTTP binding.
- SOAP12Address - Interface in javax.wsdl.extensions.soap12
-
Copied from javax.wsdl.extensions.soap.SOAPAddress.
- SOAP12AddressImpl - Class in com.ibm.wsdl.extensions.soap12
-
Copied from com.ibm.wsdl.extensions.soap.SOAPAddressImpl
- SOAP12AddressImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
-
- SOAP12AddressSerializer - Class in com.ibm.wsdl.extensions.soap12
-
Copied from com.ibm.wsdl.extensions.soap.SOAPAddressSerializer
- SOAP12AddressSerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12AddressSerializer
-
- SOAP12Binding - Interface in javax.wsdl.extensions.soap12
-
Copied from javax.wsdl.extensions.soap.SOAPBinding.
- SOAP12BindingImpl - Class in com.ibm.wsdl.extensions.soap12
-
Copied from com.ibm.wsdl.extensions.soap.SOAPBindingImpl
- SOAP12BindingImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
- SOAP12BindingSerializer - Class in com.ibm.wsdl.extensions.soap12
-
Copied from com.ibm.wsdl.extensions.soap.SOAPBindingSerializer
- SOAP12BindingSerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12BindingSerializer
-
- SOAP12Body - Interface in javax.wsdl.extensions.soap12
-
Based on javax.wsdl.extensions.SOAPBody.
- SOAP12BodyImpl - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPBodyImpl
- SOAP12BodyImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12BodyImpl
-
- SOAP12BodySerializer - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPBodySerializer
- SOAP12BodySerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12BodySerializer
-
- SOAP12Constants - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPConstants
- SOAP12Constants() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12Constants
-
- SOAP12Fault - Interface in javax.wsdl.extensions.soap12
-
Based on javax.wsdl.extensions.SOAPFault.
- SOAP12FaultImpl - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPFaultImpl
- SOAP12FaultImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12FaultImpl
-
- SOAP12FaultSerializer - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPFaultSerializer
- SOAP12FaultSerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12FaultSerializer
-
- SOAP12Header - Interface in javax.wsdl.extensions.soap12
-
Based on javax.wsdl.extensions.SOAPHeader.
- SOAP12HeaderFault - Interface in javax.wsdl.extensions.soap12
-
Based on javax.wsdl.extensions.SOAPHeaderFault.
- SOAP12HeaderFaultImpl - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
- SOAP12HeaderFaultImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12HeaderFaultImpl
-
- SOAP12HeaderImpl - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
- SOAP12HeaderImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
- SOAP12HeaderSerializer - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPHeaderSerializer
- SOAP12HeaderSerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12HeaderSerializer
-
- SOAP12Operation - Interface in javax.wsdl.extensions.soap12
-
Based on javax.wsdl.extensions.SOAPOperation.
- SOAP12OperationImpl - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPOperationImpl
- SOAP12OperationImpl() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
- SOAP12OperationSerializer - Class in com.ibm.wsdl.extensions.soap12
-
Based on com.ibm.wsdl.extensions.soap.SOAPOperationSerializer
- SOAP12OperationSerializer() - Constructor for class com.ibm.wsdl.extensions.soap12.SOAP12OperationSerializer
-
- soapActionRequired - Variable in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
- soapActionURI - Variable in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
- soapActionURI - Variable in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
- SOAPAddress - Interface in javax.wsdl.extensions.soap
-
- SOAPAddressImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPAddressImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPAddressImpl
-
- SOAPAddressSerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPAddressSerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPAddressSerializer
-
- SOAPBinding - Interface in javax.wsdl.extensions.soap
-
- SOAPBindingImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPBindingImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
- SOAPBindingSerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPBindingSerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPBindingSerializer
-
- SOAPBody - Interface in javax.wsdl.extensions.soap
-
- SOAPBodyImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPBodyImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPBodyImpl
-
- SOAPBodySerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPBodySerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPBodySerializer
-
- SOAPConstants - Class in com.ibm.wsdl.extensions.soap
-
- SOAPConstants() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPConstants
-
- SOAPFault - Interface in javax.wsdl.extensions.soap
-
- SOAPFaultImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPFaultImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPFaultImpl
-
- SOAPFaultSerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPFaultSerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPFaultSerializer
-
- SOAPHeader - Interface in javax.wsdl.extensions.soap
-
- SOAPHeaderFault - Interface in javax.wsdl.extensions.soap
-
- SOAPHeaderFaultImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPHeaderFaultImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPHeaderFaultImpl
-
- soapHeaderFaults - Variable in class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
- soapHeaderFaults - Variable in class com.ibm.wsdl.extensions.soap12.SOAP12HeaderImpl
-
- SOAPHeaderImpl - Class in com.ibm.wsdl.extensions.soap
-
- SOAPHeaderImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPHeaderImpl
-
- SOAPHeaderSerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPHeaderSerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPHeaderSerializer
-
- SOAPOperation - Interface in javax.wsdl.extensions.soap
-
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
- SOAPOperationImpl - Class in com.ibm.wsdl.extensions.soap
-
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
- SOAPOperationImpl() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
- SOAPOperationSerializer - Class in com.ibm.wsdl.extensions.soap
-
- SOAPOperationSerializer() - Constructor for class com.ibm.wsdl.extensions.soap.SOAPOperationSerializer
-
- SOLICIT_RESPONSE - Static variable in class javax.wsdl.OperationType
-
- STRING_TYPE - Static variable in interface javax.wsdl.extensions.AttributeExtensible
-
- StringUtils - Class in com.ibm.wsdl.util
-
Deals with strings (probably need to elaborate some more).
- StringUtils() - Constructor for class com.ibm.wsdl.util.StringUtils
-
- style - Variable in class com.ibm.wsdl.extensions.soap.SOAPBindingImpl
-
- style - Variable in class com.ibm.wsdl.extensions.soap.SOAPOperationImpl
-
- style - Variable in class com.ibm.wsdl.extensions.soap12.SOAP12BindingImpl
-
- style - Variable in class com.ibm.wsdl.extensions.soap12.SOAP12OperationImpl
-
- style - Variable in class com.ibm.wsdl.OperationImpl
-