Package javax.xml.soap

Interface Summary
Detail (src) A container for DetailEntry objects.
DetailEntry (src) The content for a Detail object, giving details for a SOAPFault object.
Name (src) A representation of an XML name.
Node (src) A representation of a node (element) in an XML document.
SOAPBody (src) An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement (src) A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConstants (src) The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement (src) An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
SOAPEnvelope (src) The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPFault (src) An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement (src) A representation of the contents in a SOAPFault object.
SOAPHeader (src) A representation of the SOAP header element.
SOAPHeaderElement (src) An object representing the contents in the SOAP header part of the SOAP envelope.
Text (src) A representation of a node whose value is text.
 

Class Summary
AttachmentPart (src) A single attachment to a SOAPMessage object.
MessageFactory (src) A factory for creating SOAPMessage objects.
MimeHeader (src) An object that stores a MIME header name and its value.
MimeHeaders (src) A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
SOAPConnection (src) 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 (src) A factory for creating SOAPConnection objects.
SOAPElementFactory (src) SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part.
SOAPFactory (src) SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPMessage (src) The root class for all SOAP messages.
SOAPPart (src) The container for the SOAP-specific portion of a SOAPMessage object.
 

Exception Summary
SOAPException (src)