Package com.sun.xml.messaging.saaj.soap
Class EnvelopeFactory
- java.lang.Object
-
- com.sun.xml.messaging.saaj.soap.EnvelopeFactory
-
public class EnvelopeFactory extends Object
EnvelopeFactory creates SOAP Envelope objects using different underlying implementations.
-
-
Constructor Summary
Constructors Constructor Description EnvelopeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnvelopecreateEnvelope(Source src, SOAPPartImpl soapPart)
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
createEnvelope
public static Envelope createEnvelope(Source src, SOAPPartImpl soapPart) throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
-
-