Alphabetical Index

A C D E F G H I M N R S T U W

A

Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(javax.xml.soap.Name,String) - method in class javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addBody() - method in class javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addChildElement(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
Add a SOAPElement as a child of this SOAPElement instance.
addChildElement(String) - method in class javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given String object and adds the new element to this SOAPElement object.
addChildElement(String,String) - method in class javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String,String,String) - method in class javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addDetail() - method in class javax.xml.soap.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(javax.xml.soap.Name) - method in class javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addDocument(Document) - method in class javax.xml.soap.SOAPBody
Adds the root node of the DOM Document to this SOAPBody object.
addFault() - method in class javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(javax.xml.soap.Name,String) - method in class javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addFault(javax.xml.soap.Name,String,Locale) - method in class javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addHeader() - method in class javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeader(String,String) - method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeaderElement(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addMimeHeader(String,String) - method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String,String) - method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addNamespaceDeclaration(String,String) - method in class javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addTextNode(String) - method in class javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
AttachmentPart - class javax.xml.soap.AttachmentPart
A single attachment to a SOAPMessage object.
AttachmentPart() - constructor for class javax.xml.soap.AttachmentPart
Create a new AttachmentPart.

C

Sends the given message to the specified endpoint and blocks until it has returned the response.
CHARACTER_SET_ENCODING - static field in class javax.xml.soap.SOAPMessage
Specifies the character type encoding for the SOAP Message.
clearContent() - method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
close() - method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
countAttachments() - method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
create(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPElementFactory
Create a SOAPElement object initialized with the given Name object.
create(String) - method in class javax.xml.soap.SOAPElementFactory
Create a SOAPElement object initialized with the given local name.
create(String,String,String) - method in class javax.xml.soap.SOAPElementFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createAttachmentPart() - method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object,String) - method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
createConnection() - method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
createDetail() - method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
createElement(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElement(String) - method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String,String,String) - method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createMessage() - method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createName(String) - method in class javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String) - method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
createName(String,String,String) - method in class javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String,String,String) - method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.

D

detachNode() - method in class javax.xml.soap.Node
Removes this Node object from the tree.
Detail - interface javax.xml.soap.Detail
A container for DetailEntry objects.
DetailEntry - interface javax.xml.soap.DetailEntry
The content for a Detail object, giving details for a SOAPFault object.

E

examineAllHeaderElements() - method in class javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - method in class javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor.
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
extractAllHeaderElements() - method in class javax.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractHeaderElements(String) - method in class javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor and detaches them from this SOAPHeader object.

F

FactoryFinder - class javax.xml.soap.FactoryFinder
This class is used to locate factory classes for javax.xml.soap.

G

getActor() - method in class javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getAllAttributes() - method in class javax.xml.soap.SOAPElement
Returns an iterator over all of the attribute names in this SOAPElement object.
getAllHeaders() - method in class javax.xml.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllMimeHeaders() - method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAttachments() - method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttributeValue(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getBody() - method in class javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
getCause() - method in class javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getChildElements() - method in class javax.xml.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getContent() - method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentDescription() - method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentId() - method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLocation() - method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentType() - method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getDataHandler() - method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
getDetail() - method in class javax.xml.soap.SOAPFault
Returns the detail element for this SOAPFault object.
getDetailEntries() - method in class javax.xml.soap.Detail
Gets a list of the detail entries in this Detail object.
getElementName() - method in class javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getEncodingStyle() - method in class javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnvelope() - method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getFault() - method in class javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFaultActor() - method in class javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - method in class javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultCodeAsName() - method in class javax.xml.soap.SOAPFault
Gets the mandatory SOAP 1.1 fault code for this SOAPFault object as a SAAJ Name object.
getFaultString() - method in class javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
getFaultStringLocale() - method in class javax.xml.soap.SOAPFault
Returns the optional detail element for this SOAPFault object.
getHeader() - method in class javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeader(String) - method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getLocalName() - method in class javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
getMatchingHeaders(names[]) - method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(names[]) - method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(names[]) - method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMessage() - method in class javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
getMimeHeader(String) - method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
getMustUnderstand() - method in class javax.xml.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
getName() - method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getNamespacePrefixes() - method in class javax.xml.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespaceURI(String) - method in class javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNonMatchingHeaders(names[]) - method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(names[]) - method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(names[]) - method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getParentElement() - method in class javax.xml.soap.Node
Returns the parent element of this Node object.
getPrefix() - method in class javax.xml.soap.Name
Returns the prefix associated with the namespace for the XML name that this Name object represents.
getProperty(String) - method in class javax.xml.soap.SOAPMessage
Retrieves value of the specified property.
getQualifiedName() - method in class javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
getSize() - method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart object.
getSOAPBody() - method in class javax.xml.soap.SOAPMessage
Gets the SOAP Body contained in this SOAPMessage object.
getSOAPHeader() - method in class javax.xml.soap.SOAPMessage
Gets the SOAP Header contained in this SOAPMessage object.
getSOAPPart() - method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
getURI() - method in class javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
getValue() - method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - method in class javax.xml.soap.Node
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getVisibleNamespacePrefixes() - method in class javax.xml.soap.SOAPElement
Returns an Iterator over the namespace prefix Strings visible to this element.

H

hasFault() - method in class javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.

I

initCause(Throwable) - method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
isComment() - method in class javax.xml.soap.Text
Retrieves whether this Text object represents a comment.

M

MessageFactory - class javax.xml.soap.MessageFactory
A factory for creating SOAPMessage objects.
MessageFactory() - constructor for class javax.xml.soap.MessageFactory
Create a new MessageFactory.
MimeHeader - class javax.xml.soap.MimeHeader
An object that stores a MIME header name and its value.
MimeHeader(String,String) - constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - class javax.xml.soap.MimeHeaders
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.

N

Name - interface javax.xml.soap.Name
A representation of an XML name.
newInstance() - static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - static method in class javax.xml.soap.SOAPElementFactory
Creates a new instance of SOAPElementFactory.
newInstance() - static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.
Node - interface javax.xml.soap.Node
A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.

R

recycleNode() - method in class javax.xml.soap.Node
Notifies the implementation that this Node object 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 javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAttribute(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeContents() - method in class javax.xml.soap.SOAPElement
Detaches all children of this SOAPElement.
removeHeader(String) - method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeMimeHeader(String) - method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - method in class javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.

S

saveChanges() - method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveRequired() - method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
setActor(String) - method in class javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setContent(Object,String) - method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
setContentId(String) - method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentLocation(String) - method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
setContentLocation(String) - method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentType(String) - method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setDataHandler(DataHandler) - method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setEncodingStyle(String) - method in class javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setFaultActor(String) - method in class javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(javax.xml.soap.Name) - method in class javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - method in class javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultString(String) - method in class javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String,Locale) - method in class javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setHeader(String,String) - method in class javax.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 javax.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 javax.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 class javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
setParentElement(javax.xml.soap.SOAPElement) - method in class javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setProperty(String,Object) - method in class javax.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setValue(String) - method in class javax.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.
SOAPBody - interface javax.xml.soap.SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - class javax.xml.soap.SOAPConnection
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 javax.xml.soap.SOAPConnection
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - constructor for class javax.xml.soap.SOAPConnectionFactory
SOAPConstants - interface javax.xml.soap.SOAPConstants
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement - interface javax.xml.soap.SOAPElement
An object representing the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory
SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - class javax.xml.soap.SOAPException
An exception that signals that a SOAP exception has occurred.
SOAPException() - constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String,Throwable) - constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - class javax.xml.soap.SOAPFactory
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - constructor for class javax.xml.soap.SOAPFactory
SOAPFault - interface javax.xml.soap.SOAPFault
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement
A representation of the contents in a SOAPFault object.
SOAPHeader - interface javax.xml.soap.SOAPHeader
A representation of the SOAP header element.
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - class javax.xml.soap.SOAPMessage
The root class for all SOAP messages.
SOAPMessage() - constructor for class javax.xml.soap.SOAPMessage
SOAPPart - class javax.xml.soap.SOAPPart
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - constructor for class javax.xml.soap.SOAPPart

T

Text - interface javax.xml.soap.Text
A representation of a node whose value is text.

U

URI_NS_SOAP_ENCODING - static field in class javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
URI_NS_SOAP_ENVELOPE - static field in class javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP envelope.
URI_SOAP_ACTOR_NEXT - static field in class javax.xml.soap.SOAPConstants
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).

W

WRITE_XML_DECLARATION - static field in class javax.xml.soap.SOAPMessage
Specifies whether the SOAP Message should contain an XML declaration.
writeTo(OutputStream) - method in class javax.xml.soap.SOAPMessage
Writes this SOAPMessage object to the given output stream.