org.jboss.axis.soap.SOAPFactoryImpl SOAP Element Factory implementation <p/> This factory reads the following system properties for the SOAP implementation class names <p/> javax.xml.soap.SOAPElement javax.xml.soap.Detail javax.xml.soap.Name @author Thomas Diesler (thomas.diesler@jboss.org)
org.apache.axis.message.MessageElement MessageElement is the base type of nodes of the SOAP message parse tree. Note: it was made Serializable to help users of Apache SOAP who had exploited the serializability of the DOM tree to migrate to Axis. @todo implement the NodeList methods properly, with tests.
org.apache.axis.SOAPPart The SOAPPart provides access to the root part of the Message which contains the envelope. <p> SOAPPart implements Part, providing common MIME operations. <p> SOAPPart also allows access to its envelope, as a string, byte[], InputStream, or SOAPEnvelope. (This functionality used to be ...
org.jboss.axis.message.SOAPFaultImpl A Fault body element. @author Sam Ruby (rubys@us.ibm.com) @author Glen Daniels (gdaniels@macromedia.com) @author Tom Jordahl (tomj@macromedia.com)
org.jboss.axis.Message A complete SOAP (and/or XML-RPC, eventually) message. Includes both the root part (as a SOAPPart), and zero or more MIME attachments (as AttachmentParts). <p/> Eventually should be refactored to generalize SOAPPart for multiple protocols (XML-RPC?). @author Rob Jellinghaus (robj@unrealities ...
org.apache.axis2.saaj.SOAPDocumentImpl @author Ashutosh Shahi ashutosh.shahi@gmail.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
samples.attachments.EchoAttachmentsService @author Rick Rineholt An example of This class has a main method that beside the standard arguments allows you to specify an attachment that will be sent to a service which will then send it back.