AttachmentPart View Source |
A single attachment to a SOAPMessage object.
|
Detail View Source |
A container for DetailEntry objects.
|
DetailEntry View Source |
The content for a Detail object, giving details for
a SOAPFault object.
|
MessageFactory View Source |
A factory for creating SOAPMessage objects.
|
MimeHeader View Source | An object that stores a MIME header name and its value. |
MimeHeaders View Source |
A container for MimeHeader objects, which represent
the MIME headers present in a MIME part of a message.
|
Name View Source | A representation of an XML name. |
Node View Source | A representation of a node (element) in an XML document. |
SAAJMetaFactory View Source | The access point for the implementation classes of the factories defined in the SAAJ API. |
SAAJResult View Source | Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree. |
SOAPBody View Source | An object that represents the contents of the SOAP body element in a SOAP message. |
SOAPBodyElement View Source |
A SOAPBodyElement object represents the contents in
a SOAPBody object.
|
SOAPConnection View Source | A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). |
SOAPConnectionFactory View Source |
A factory for creating SOAPConnection objects.
|
SOAPConstants View Source | The definition of constants pertaining to the SOAP protocol. |
SOAPElement View Source | An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification. |
|
SOAPElementFactory is a factory for XML fragments that
will eventually end up in the SOAP part.
|
SOAPEnvelope View Source |
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart object.
|
SOAPException View Source | An exception that signals that a SOAP exception has occurred. |
SOAPFactory View Source |
SOAPFactory is a factory for creating various objects
that exist in the SOAP XML tree.
|
SOAPFault View Source |
An element in the SOAPBody object that contains
error and/or status information.
|
SOAPFaultElement View Source |
A representation of the contents in
a SOAPFault object.
|
SOAPHeader View Source | A representation of the SOAP header element. |
SOAPHeaderElement View Source | An object representing the contents in the SOAP header part of the SOAP envelope. |
SOAPMessage View Source | The root class for all SOAP messages. |
SOAPPart View Source |
The container for the SOAP-specific portion of a SOAPMessage
object.
|
Text View Source | A representation of a node whose value is text. |