com.sun.xml.messaging.saaj.soap.ver1_1
Class SOAPMessageFactory1_1Impl

java.lang.Object
  extended by javax.xml.soap.MessageFactory
      extended by com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
          extended by com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl

public class SOAPMessageFactory1_1Impl
extends MessageFactoryImpl


Field Summary
 
Fields inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
lazyAttachments, listener, log
 
Constructor Summary
SOAPMessageFactory1_1Impl()
           
 
Method Summary
 javax.xml.soap.SOAPMessage createMessage()
           
 javax.xml.soap.SOAPMessage createMessage(boolean isFastInfoset, boolean acceptFastInfoset)
           
 javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers, java.io.InputStream in)
           
 
Methods inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
getContentType, listen, setLazyAttachmentOptimization
 
Methods inherited from class javax.xml.soap.MessageFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMessageFactory1_1Impl

public SOAPMessageFactory1_1Impl()
Method Detail

createMessage

public javax.xml.soap.SOAPMessage createMessage()
                                         throws javax.xml.soap.SOAPException
Overrides:
createMessage in class MessageFactoryImpl
Throws:
javax.xml.soap.SOAPException

createMessage

public javax.xml.soap.SOAPMessage createMessage(boolean isFastInfoset,
                                                boolean acceptFastInfoset)
                                         throws javax.xml.soap.SOAPException
Overrides:
createMessage in class MessageFactoryImpl
Throws:
javax.xml.soap.SOAPException

createMessage

public javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers,
                                                java.io.InputStream in)
                                         throws java.io.IOException,
                                                SOAPExceptionImpl
Overrides:
createMessage in class MessageFactoryImpl
Throws:
java.io.IOException
SOAPExceptionImpl