com.sun.xml.messaging.saaj.soap
Class EnvelopeFactory

java.lang.Object
  extended by com.sun.xml.messaging.saaj.soap.EnvelopeFactory

public class EnvelopeFactory
extends java.lang.Object

EnvelopeFactory creates SOAP Envelope objects using different underlying implementations.


Field Summary
protected static java.util.logging.Logger log
           
 
Constructor Summary
EnvelopeFactory()
           
 
Method Summary
static Envelope createEnvelope(javax.xml.transform.Source src, SOAPPartImpl soapPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final java.util.logging.Logger log
Constructor Detail

EnvelopeFactory

public EnvelopeFactory()
Method Detail

createEnvelope

public static Envelope createEnvelope(javax.xml.transform.Source src,
                                      SOAPPartImpl soapPart)
                               throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException