Example usage for javax.xml.soap SOAPMessage subclass-usage

List of usage examples for javax.xml.soap SOAPMessage subclass-usage

Introduction

In this page you can find the example usage for javax.xml.soap SOAPMessage subclass-usage.

Usage

From source file org.apache.axis.Message.java

/**
 * 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