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
 SOAPMessage createMessage()
           
 SOAPMessage createMessage(boolean isFastInfoset, boolean acceptFastInfoset)
           
 SOAPMessage createMessage(MimeHeaders headers, InputStream in)
           
 
Methods inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
createMessage, createMessage, 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 SOAPMessage createMessage()
                          throws SOAPException
Overrides:
createMessage in class MessageFactoryImpl
Throws:
SOAPException

createMessage

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

createMessage

public SOAPMessage createMessage(MimeHeaders headers,
                                 InputStream in)
                          throws IOException,
                                 SOAPExceptionImpl
Overrides:
createMessage in class MessageFactoryImpl
Throws:
IOException
SOAPExceptionImpl


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.