Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttachmentPart(AttachmentPart) - Method in class jakarta.xml.soap.SOAPMessage
-
Adds the given
AttachmentPartobject to thisSOAPMessageobject. - addAttribute(Name, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addAttribute(QName, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds an attribute with the specified name and value to this
SOAPElementobject. - addBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject. - addBodyElement(Name) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject. - addBodyElement(QName) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject. - addChildElement(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject. - addChildElement(SOAPElement) - Method in interface jakarta.xml.soap.SOAPElement
-
Add a
SOAPElementas a child of thisSOAPElementinstance. - addChildElement(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and adds the new element to thisSOAPElementobject. - addChildElement(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject. - addChildElement(String, String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject. - addChildElement(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
SOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject. - addDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Creates an optional
Detailobject and sets it as theDetailobject for thisSOAPFaultobject. - addDetailEntry(Name) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given name and adds it to thisDetailobject. - addDetailEntry(QName) - Method in interface jakarta.xml.soap.Detail
-
Creates a new
DetailEntryobject with the given QName and adds it to thisDetailobject. - addDocument(Document) - Method in interface jakarta.xml.soap.SOAPBody
-
Adds the root node of the DOM
Documentto thisSOAPBodyobject. - addFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(QName, String, Locale) - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFaultReasonText(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Appends or replaces a Reason Text item containing the specified text message and an xml:lang derived from
locale. - addHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a
SOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject. - addHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Adds a
MimeHeaderobject with the specified name and value to thisMimeHeadersobject's list of headers. - addHeaderElement(Name) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new
SOAPHeaderElementobject initialized with the specified qname and adds it to thisSOAPHeaderobject. - addMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Adds a MIME header with the specified name and value to this
AttachmentPartobject. - addMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Creates a
MimeHeaderobject with the specified name and value and adds it to thisSOAPPartobject. - addNamespaceDeclaration(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Adds a namespace declaration with the specified prefix and URI to this
SOAPElementobject. - addNotUnderstoodHeaderElement(QName) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new NotUnderstood
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addTextNode(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a new
Textobject initialized with the givenStringand adds it to thisSOAPElementobject. - addUpgradeHeaderElement(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified supported SOAP URI and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(String[]) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified array of supported SOAP URIs and adds it to thisSOAPHeaderobject. - addUpgradeHeaderElement(Iterator<String>) - Method in interface jakarta.xml.soap.SOAPHeader
-
Creates a new Upgrade
SOAPHeaderElementobject initialized with the specified List of supported SOAP URIs and adds it to thisSOAPHeaderobject. - appendFaultSubcode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Adds a Subcode to the end of the sequence of Subcodes contained by this
SOAPFault. - AttachmentPart - Class in jakarta.xml.soap
-
A single attachment to a
SOAPMessageobject. - AttachmentPart() - Constructor for class jakarta.xml.soap.AttachmentPart
-
Default constructor.
C
- call(SOAPMessage, Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until it has returned the response.
- CHARACTER_SET_ENCODING - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- clearContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Clears out the content of this
AttachmentPartobject. - close() - Method in class jakarta.xml.soap.SOAPConnection
-
Closes this
SOAPConnectionobject. - countAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- createAttachmentPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Creates a new empty
AttachmentPartobject. - createAttachmentPart(DataHandler) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it using the givenDataHandlerobject. - createAttachmentPart(Object, String) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createConnection() - Method in class jakarta.xml.soap.SOAPConnectionFactory
-
Create a new
SOAPConnection. - createDetail() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Detailobject which serves as a container forDetailEntryobjects. - createElement(Name) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenNameobject. - createElement(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPElementobject with the given local name, prefix and uri. - createElement(QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenQNameobject. - createElement(Element) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject from an existing DOMElement. - createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default
SOAPFaultobject - createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFaultobject initialized with the givenreasonTextandfaultCode - createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createName(String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name. - createName(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name. - createName(String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name and namespace prefix. - createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createQName(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a
QNamewhose namespace URI is the one associated with the parameter,prefix, in the context of thisSOAPElement.
D
- DEFAULT_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- detachNode() - Method in interface jakarta.xml.soap.Node
-
Removes this
Nodeobject from the tree. - Detail - Interface in jakarta.xml.soap
-
A container for
DetailEntryobjects. - DetailEntry - Interface in jakarta.xml.soap
-
The content for a
Detailobject, giving details for aSOAPFaultobject. - DYNAMIC_SOAP_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose concrete type is based on theContent-TypeMIME header passed to thecreateMessagemethod.
E
- examineAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject. - examineHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor. - examineMustUnderstandHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and that have a MustUnderstand attribute whose value is equivalent totrue. - extractAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractContentAsDocument() - Method in interface jakarta.xml.soap.SOAPBody
-
Creates a new DOM
Documentand sets the first child of thisSOAPBodyas it's document element. - extractHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
-
Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and detaches them from thisSOAPHeaderobject.
G
- get(Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Gets a message from a specific endpoint and blocks until it receives,
- getActor() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the uri of the actor attribute of this
SOAPHeaderElement. - getAllAttributes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributeNameobjects in thisSOAPElementobject. - getAllAttributesAsQNames() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all of the attributes in thisSOAPElementasQNameobjects. - getAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaders in thisMimeHeadersobject. - getAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all the headers for this
AttachmentPartobject as an iterator over theMimeHeaderobjects. - getAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all the headers for this
SOAPPartobject as an iterator over theMimeHeaderobjects. - getAttachment(SOAPElement) - Method in class jakarta.xml.soap.SOAPMessage
-
Returns an
AttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists. - getAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that are part of thisSOAPMessageobject. - getAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves all the
AttachmentPartobjects that have header entries that match the specified headers. - getAttributeValue(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified name.
- getAttributeValue(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the value of the attribute with the specified qname.
- getBase64Content() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns an
InputStreamwhich can be used to obtain the content ofAttachmentPartas Base64 encoded character data, this method would base64 encode the raw bytes of the attachment and return. - getBody() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getCause() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the
Throwableobject embedded in thisSOAPExceptionif there is one. - getChildElements() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element. - getChildElements(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified name. - getChildElements(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover all the immediate childNodes of this element with the specified qname. - getConnectTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for connect timeout.
- getContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a Java object. - getContent() - Method in class jakarta.xml.soap.SOAPPart
-
Returns the content of the SOAPEnvelope as a JAXP
Sourceobject. - getContentDescription() - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves a description of this
SOAPMessageobject's content. - getContentId() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-ID".
- getContentId() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLocation() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the value of the MIME header whose name is "Content-Type".
- getDataHandler() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the
DataHandlerobject for thisAttachmentPartobject. - getDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional detail element for this
SOAPFaultobject. - getDetailEntries() - Method in interface jakarta.xml.soap.Detail
-
Gets an Iterator over all of the
DetailEntrys in thisDetailobject. - getElementName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the name of this
SOAPElementobject. - getElementQName() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the qname of this
SOAPElementobject. - getEncodingStyle() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the encoding style for this
SOAPElementobject. - getEnvelope() - Method in class jakarta.xml.soap.SOAPPart
-
Gets the
SOAPEnvelopeobject associated with thisSOAPPartobject. - getFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFaultActor() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault actor for this
SOAPFaultobject. - getFaultCode() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject. - getFaultCodeAsName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the mandatory SOAP 1.1 fault code for this
SOAPFaultobject as a SAAJNameobject. - getFaultCodeAsQName() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault code for this
SOAPFaultobject as aQNameobject. - getFaultNode() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Node element value for this
SOAPFaultobject. - getFaultReasonLocales() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a distinct sequence ofLocales for which there are associated Reason Text items. - getFaultReasonText(Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the Reason Text associated with the given
Locale. - getFaultReasonTexts() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns an
Iteratorover a sequence ofStringobjects containing all of the Reason Text items for thisSOAPFault. - getFaultRole() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns the optional Role element value for this
SOAPFaultobject. - getFaultString() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the fault string for this
SOAPFaultobject. - getFaultStringLocale() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the locale of the fault string for this
SOAPFaultobject. - getFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Gets the Subcodes for this
SOAPFaultas an iterator overQNames. - getHeader() - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Returns the
SOAPHeaderobject for thisSOAPEnvelopeobject. - getHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the values for the specified header as an array of
Stringobjects. - getLocalName() - Method in interface jakarta.xml.soap.Name
-
Gets the local name part of the XML name that this
Nameobject represents. - getMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all the
MimeHeaderobjects whose name matches a name in the given array of names. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects that match a name in the given array. - getMessage() - Method in exception jakarta.xml.soap.SOAPException
-
Returns the detail message for this
SOAPExceptionobject. - getMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Gets all the values of the header identified by the given
String. - getMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Gets all the values of the
MimeHeaderobject in thisSOAPPartobject that is identified by the givenString. - getMimeHeaders() - Method in class jakarta.xml.soap.SOAPMessage
-
Returns all the transport-specific MIME headers for this
SOAPMessageobject in a transport-independent fashion. - getMustUnderstand() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the mustUnderstand attribute for this
SOAPHeaderElement. - getName() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the name of this
MimeHeaderobject. - getNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings declared by this element. - getNamespaceURI(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Returns the URI of the namespace that has the given prefix.
- getNonMatchingHeaders(String[]) - Method in class jakarta.xml.soap.MimeHeaders
-
Returns all of the
MimeHeaderobjects whose name does not match a name in the given array of names. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.AttachmentPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNonMatchingMimeHeaders(String[]) - Method in class jakarta.xml.soap.SOAPPart
-
Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getParentElement() - Method in interface jakarta.xml.soap.Node
-
Returns the parent element of this
Nodeobject. - getPrefix() - Method in interface jakarta.xml.soap.Name
-
Returns the prefix that was specified when this
Nameobject was initialized. - getProperty(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Retrieves value of the specified property.
- getQualifiedName() - Method in interface jakarta.xml.soap.Name
-
Gets the namespace-qualified name of the XML name that this
Nameobject represents. - getRawContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as an InputStream as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getRawContentBytes() - Method in class jakarta.xml.soap.AttachmentPart
-
Gets the content of this
AttachmentPartobject as a byte[] array as if a call had been made togetContentand noDataContentHandlerhad been registered for thecontent-typeof thisAttachmentPart. - getReadTimeout() - Method in class jakarta.xml.soap.SOAPConnection
-
Returns setting for read timeout.
- getRelay() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the boolean value of the relay attribute for this
SOAPHeaderElement - getResult() - Method in class jakarta.xml.soap.SAAJResult
- getRole() - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Returns the value of the Role attribute of this
SOAPHeaderElement. - getSize() - Method in class jakarta.xml.soap.AttachmentPart
-
Returns the number of bytes in this
AttachmentPartobject. - getSOAPBody() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Body contained in this
SOAPMessageobject. - getSOAPHeader() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP Header contained in this
SOAPMessageobject. - getSOAPPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets the SOAP part of this
SOAPMessageobject. - getURI() - Method in interface jakarta.xml.soap.Name
-
Returns the URI of the namespace for the XML name that this
Nameobject represents. - getValue() - Method in class jakarta.xml.soap.MimeHeader
-
Returns the value of this
MimeHeaderobject. - getValue() - Method in interface jakarta.xml.soap.Node
-
Returns the value of this node if this is a
Textnode or the value of the immediate child of this node otherwise. - getVisibleNamespacePrefixes() - Method in interface jakarta.xml.soap.SOAPElement
-
Returns an
Iteratorover the namespace prefixStrings visible to this element.
H
- hasDetail() - Method in interface jakarta.xml.soap.SOAPFault
-
Returns true if this
SOAPFaulthas aDetailsubelement and false otherwise. - hasFault() - Method in interface jakarta.xml.soap.SOAPBody
-
Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject.
I
- initCause(Throwable) - Method in exception jakarta.xml.soap.SOAPException
-
Initializes the
causefield of thisSOAPExceptionobject with the givenThrowableobject. - isComment() - Method in interface jakarta.xml.soap.Text
-
Retrieves whether this
Textobject represents a comment.
J
- jakarta.xml.soap - module jakarta.xml.soap
-
Jakarta SOAP with Attachments API.
- jakarta.xml.soap - package jakarta.xml.soap
-
Provides the API for creating and building SOAP messages.
M
- MessageFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPMessageobjects. - MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
-
Default constructor.
- MimeHeader - Class in jakarta.xml.soap
-
An object that stores a MIME header name and its value.
- MimeHeader(String, String) - Constructor for class jakarta.xml.soap.MimeHeader
-
Constructs a
MimeHeaderobject initialized with the given name and value. - MimeHeaders - Class in jakarta.xml.soap
-
A container for
MimeHeaderobjects, which represent the MIME headers present in a MIME part of a message. - MimeHeaders() - Constructor for class jakarta.xml.soap.MimeHeaders
-
Constructs a default
MimeHeadersobject initialized with an emptyVectorobject.
N
- Name - Interface in jakarta.xml.soap
-
A representation of an XML name.
- newInstance() - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance() - Static method in class jakarta.xml.soap.SOAPConnectionFactory
-
Creates an instance of the default
SOAPConnectionFactoryobject. - newInstance() - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the default implementation (SOAP 1.1). - newInstance(String) - Static method in class jakarta.xml.soap.MessageFactory
-
Creates a new
MessageFactoryobject that is an instance of the specified implementation. - newInstance(String) - Static method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFactoryobject that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance. - newMessageFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
MessageFactoryobject for the givenStringprotocol. - newSOAPFactory(String) - Method in class jakarta.xml.soap.SAAJMetaFactory
-
Creates a
SOAPFactoryobject for the givenStringprotocol. - Node - Interface in jakarta.xml.soap
-
A representation of a node (element) in an XML document.
R
- recycleNode() - Method in interface jakarta.xml.soap.Node
-
Notifies the implementation that this
Nodeobject is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later. - removeAllAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all
AttachmentPartobjects that have been added to thisSOAPMessageobject. - removeAllFaultSubcodes() - Method in interface jakarta.xml.soap.SOAPFault
-
Removes any Subcodes that may be contained by this
SOAPFault. - removeAllHeaders() - Method in class jakarta.xml.soap.MimeHeaders
-
Removes all the header entries from this
MimeHeadersobject. - removeAllMimeHeaders() - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class jakarta.xml.soap.SOAPPart
-
Removes all the
MimeHeaderobjects for thisSOAPEnvelopeobject. - removeAttachments(MimeHeaders) - Method in class jakarta.xml.soap.SOAPMessage
-
Removes all the
AttachmentPartobjects that have header entries that match the specified headers. - removeAttribute(Name) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified name.
- removeAttribute(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the attribute with the specified qname.
- removeContents() - Method in interface jakarta.xml.soap.SOAPElement
-
Detaches all children of this
SOAPElement. - removeHeader(String) - Method in class jakarta.xml.soap.MimeHeaders
-
Remove all
MimeHeaderobjects whose name matches the given name. - removeMimeHeader(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class jakarta.xml.soap.SOAPPart
-
Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Removes the namespace declaration corresponding to the given prefix.
S
- SAAJMetaFactory - Class in jakarta.xml.soap
-
The access point for the implementation classes of the factories defined in the SAAJ API.
- SAAJMetaFactory() - Constructor for class jakarta.xml.soap.SAAJMetaFactory
-
Default constructor.
- SAAJResult - Class in jakarta.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol. - SAAJResult(SOAPElement) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results as a child node of theSOAPElementspecified. - SAAJResult(SOAPMessage) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will write the results into theSOAPPartof the suppliedSOAPMessage. - SAAJResult(String) - Constructor for class jakarta.xml.soap.SAAJResult
-
Creates a
SAAJResultthat will present results in the form of a SAAJ tree that supports the specified protocol. - saveChanges() - Method in class jakarta.xml.soap.SOAPMessage
-
Updates this
SOAPMessageobject with all the changes that have been made to it. - saveRequired() - Method in class jakarta.xml.soap.SOAPMessage
-
Indicates whether this
SOAPMessageobject needs to have the methodsaveChangescalled on it. - setActor(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this
SOAPHeaderElementobject to the specified actor. - setBase64Content(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStreamand sets the value of theContent-Typeheader to the value contained incontentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment. - setConnectTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setContent(Object, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that of the given
Objectand sets the value of theContent-Typeheader to the given type. - setContent(Source) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the content of the
SOAPEnvelopeobject with the data from the givenSourceobject. - setContentDescription(String) - Method in class jakarta.xml.soap.SOAPMessage
-
Sets the description of this
SOAPMessageobject's content with the given description. - setContentId(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-ID" with the given value.
- setContentId(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header named "Content-Id" to the given
String. - setContentLocation(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) - Method in class jakarta.xml.soap.SOAPPart
-
Sets the value of the MIME header "Content-Location" to the given
String. - setContentType(String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the MIME header whose name is "Content-Type" with the given value.
- setDataHandler(DataHandler) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the given
DataHandlerobject as the data handler for thisAttachmentPartobject. - setElementQName(QName) - Method in interface jakarta.xml.soap.SOAPElement
-
Changes the name of this
ElementtonewNameif possible. - setEncodingStyle(String) - Method in interface jakarta.xml.soap.SOAPElement
-
Sets the encoding style for this
SOAPElementobject to one specified. - setFaultActor(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault actor. - setFaultCode(Name) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultCode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the give fault code. - setFaultCode(QName) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets this
SOAPFaultobject with the given fault code. - setFaultNode(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Node element value for this
SOAPFaultobject. - setFaultRole(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Creates or replaces any existing Role element value for this
SOAPFaultobject. - setFaultString(String) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string. - setFaultString(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
-
Sets the fault string for this
SOAPFaultobject to the given string and localized to the given locale. - setHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
-
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
- setMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
-
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
- setMustUnderstand(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the mustUnderstand attribute for this
SOAPHeaderElementobject to be either true or false. - setParentElement(SOAPElement) - Method in interface jakarta.xml.soap.Node
-
Sets the parent of this
Nodeobject to the givenSOAPElementobject. - setProperty(String, Object) - Method in class jakarta.xml.soap.SOAPMessage
-
Associates the specified value with the specified property.
- setRawContent(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
InputStreamcontentand sets the value of theContent-Typeheader to the value contained incontentType. - setRawContentBytes(byte[], int, int, String) - Method in class jakarta.xml.soap.AttachmentPart
-
Sets the content of this attachment part to that contained by the
byte[]arraycontentand sets the value of theContent-Typeheader to the value contained incontentType. - setReadTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setRelay(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the relay attribute for this
SOAPHeaderElementto be either true or false. - setRole(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
-
Sets the
Roleassociated with thisSOAPHeaderElementobject to the specifiedRole. - setValue(String) - Method in interface jakarta.xml.soap.Node
-
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
- SOAP_1_1_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.1. - SOAP_1_1_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.1 specification. - SOAP_1_2_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The media type of the
Content-TypeMIME header in SOAP 1.2. - SOAP_1_2_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
-
Used to create
MessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specification - SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 DataEncodingUnknown Fault
- SOAP_ENV_PREFIX - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 MustUnderstand Fault
- SOAP_RECEIVER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Receiver Fault
- SOAP_SENDER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 Sender Fault
- SOAP_VERSIONMISMATCH_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
SOAP 1.2 VersionMismatch Fault
- SOAPBody - Interface in jakarta.xml.soap
-
An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPBodyElement - Interface in jakarta.xml.soap
-
A
SOAPBodyElementobject represents the contents in aSOAPBodyobject. - SOAPConnection - Class in jakarta.xml.soap
-
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class jakarta.xml.soap.SOAPConnection
-
Default constructor.
- SOAPConnectionFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPConnectionobjects. - SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
-
Default constructor.
- SOAPConstants - Interface in jakarta.xml.soap
-
The definition of constants pertaining to the SOAP protocol.
- SOAPElement - Interface in jakarta.xml.soap
-
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
- SOAPEnvelope - Interface in jakarta.xml.soap
-
The container for the SOAPHeader and SOAPBody portions of a
SOAPPartobject. - SOAPException - Exception in jakarta.xml.soap
-
An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with no reason or embeddedThrowableobject. - SOAPException(String) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown. - SOAPException(String, Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown and the givenThrowableobject as an embedded exception. - SOAPException(Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
-
Constructs a
SOAPExceptionobject initialized with the givenThrowableobject. - SOAPFactory - Class in jakarta.xml.soap
-
SOAPFactoryis a factory for creating various objects that exist in the SOAP XML tree. - SOAPFactory() - Constructor for class jakarta.xml.soap.SOAPFactory
-
Default constructor.
- SOAPFault - Interface in jakarta.xml.soap
-
An element in the
SOAPBodyobject that contains error and/or status information. - SOAPFaultElement - Interface in jakarta.xml.soap
-
A representation of the contents in a
SOAPFaultobject. - SOAPHeader - Interface in jakarta.xml.soap
-
A representation of the SOAP header element.
- SOAPHeaderElement - Interface in jakarta.xml.soap
-
An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - Class in jakarta.xml.soap
-
The root class for all SOAP messages.
- SOAPMessage() - Constructor for class jakarta.xml.soap.SOAPMessage
-
Default constructor.
- SOAPPart - Class in jakarta.xml.soap
-
The container for the SOAP-specific portion of a
SOAPMessageobject. - SOAPPart() - Constructor for class jakarta.xml.soap.SOAPPart
-
Default constructor.
T
- Text - Interface in jakarta.xml.soap
-
A representation of a node whose value is text.
U
- URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
- URI_SOAP_1_2_ROLE_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
- URI_SOAP_1_2_ROLE_NONE - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
-
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
W
- WRITE_XML_DECLARATION - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies whether the SOAP Message will contain an XML declaration when it is sent.
- writeTo(OutputStream) - Method in class jakarta.xml.soap.SOAPMessage
-
Writes this
SOAPMessageobject to the given output stream.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form