List of usage examples for javax.xml.soap SOAPPart subclass-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;