Class SOAPMessageFactory1_1Impl
java.lang.Object
javax.xml.soap.MessageFactory
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
-
Field Summary
Fields inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
lazyAttachments, listener, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.soap.SOAPMessagejavax.xml.soap.SOAPMessagecreateMessage(boolean isFastInfoset, boolean acceptFastInfoset) javax.xml.soap.SOAPMessagecreateMessage(javax.xml.soap.MimeHeaders headers, InputStream in) Methods inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
createMessage, createMessage, getContentType, listen, setLazyAttachmentOptimizationMethods inherited from class javax.xml.soap.MessageFactory
newInstance, newInstance
-
Constructor Details
-
SOAPMessageFactory1_1Impl
public SOAPMessageFactory1_1Impl()
-
-
Method Details
-
createMessage
public javax.xml.soap.SOAPMessage createMessage() throws javax.xml.soap.SOAPException- Overrides:
createMessagein classMessageFactoryImpl- Throws:
javax.xml.soap.SOAPException
-
createMessage
public javax.xml.soap.SOAPMessage createMessage(boolean isFastInfoset, boolean acceptFastInfoset) throws javax.xml.soap.SOAPException - Overrides:
createMessagein classMessageFactoryImpl- Throws:
javax.xml.soap.SOAPException
-
createMessage
public javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers, InputStream in) throws IOException, SOAPExceptionImpl - Overrides:
createMessagein classMessageFactoryImpl- Throws:
IOExceptionSOAPExceptionImpl
-