Home » xmlbeans-2.5.0-src » org.apache.xmlbeans.impl » soap »

org.apache.xmlbeans.impl.soap

Interfaces:

Detail   A container for DetailEntry objects.  code | html
DetailEntry   The content for a Detail object, giving details for a SOAPFault object.  code | html
Name   A representation of an XML name.  code | html
Node   A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.  code | html
SOAPBody   An object that represents the contents of the SOAP body element in a SOAP message.  code | html
SOAPBodyElement   A SOAPBodyElement object represents the contents in a SOAPBody object.  code | html
SOAPConstants   The definition of constants pertaining to the SOAP 1.1 protocol.  code | html
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.  code | html
SOAPEnvelope   The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.  code | html
SOAPFault   An element in the SOAPBody object that contains error and/or status information.  code | html
SOAPFaultElement   A representation of the contents in a SOAPFault object.  code | html
SOAPHeader  

A representation of the SOAP header element. 

code | html
SOAPHeaderElement  

An object representing the contents in the SOAP header part of the SOAP envelope. 

code | html
Text   A representation of a node whose value is text.  code | html

Abstract Classes:

AttachmentPart  

A single attachment to a SOAPMessage object. 

code | html
MessageFactory  

A factory for creating SOAPMessage objects.

A JAXM client performs the following steps to create a message.

  • Creates a MessageFactory object from a ProviderConnection object (con in the following line of code). 
code | html
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).  code | html
SOAPConnectionFactory   A factory for creating SOAPConnection objects.  code | html
SOAPFactory   SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.  code | html
SOAPMessage  

The root class for all SOAP messages. 

code | html
SOAPPart  

The container for the SOAP-specific portion of a SOAPMessage object. 

code | html

Classes:

FactoryFinder   This class is used to locate factory classes for javax.xml.soap.  code | html
MimeHeader   An object that stores a MIME header name and its value.  code | html
MimeHeaders   A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.

This class is used primarily when an application wants to retrieve specific attachments based on certain MIME headers and values. 

code | html
MimeHeaders.MatchingIterator     code | html
SOAPElementFactory  

SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part. 

code | html
SOAPException   An exception that signals that a SOAP exception has occurred.  code | html