API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.xml.soap
Author(s)
Since
Version
Serial
Description
  Provides the API for creating and building SOAP messages.
See also:   
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 View Source 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.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar