Example usage for javax.xml.soap SOAPEnvelope interface-usage

List of usage examples for javax.xml.soap SOAPEnvelope interface-usage

Introduction

In this page you can find the example usage for javax.xml.soap SOAPEnvelope interface-usage.

Usage

From source file org.apache.axis.message.SOAPEnvelope.java

/**
 * Implementation of a SOAP Envelope
 */
public class SOAPEnvelope extends MessageElement implements javax.xml.soap.SOAPEnvelope {
    protected static Log log = LogFactory.getLog(SOAPEnvelope.class.getName());