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

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

Introduction

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

Usage

From source file com.googlecode.ddom.frontend.saaj.impl.AbstractSOAPPartImpl.java

public abstract class AbstractSOAPPartImpl extends SOAPPart {
    private static final StreamFactory streamFactory = StreamFactory
            .getInstance(AbstractSOAPPartImpl.class.getClassLoader());

    // TODO: should be private
    protected SAAJDocument document;

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

/**
 * The SOAPPart provides access to the root part of the Message which
 * contains the envelope.
 * <p>
 * SOAPPart implements Part, providing common MIME operations.
 * <p>

From source file org.apache.axis2.saaj.SOAPPartImpl.java

public class SOAPPartImpl extends SOAPPart {

    private static final Log log = LogFactory.getLog(SOAPPartImpl.class);

    private Document document;
    private SOAPMessage soapMessage;