Class SOAPMessageFactory1_2Impl
java.lang.Object
jakarta.xml.soap.MessageFactory
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
com.sun.xml.messaging.saaj.soap.ver1_2.SOAPMessageFactory1_2Impl
-
Field Summary
Fields inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
lazyAttachments, listener, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.SOAPMessagejakarta.xml.soap.SOAPMessagecreateMessage(boolean isFastInfoset, boolean acceptFastInfoset) jakarta.xml.soap.SOAPMessagecreateMessage(jakarta.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 jakarta.xml.soap.MessageFactory
newInstance, newInstance
-
Constructor Details
-
SOAPMessageFactory1_2Impl
public SOAPMessageFactory1_2Impl()
-
-
Method Details
-
createMessage
public jakarta.xml.soap.SOAPMessage createMessage() throws jakarta.xml.soap.SOAPException- Overrides:
createMessagein classMessageFactoryImpl- Throws:
jakarta.xml.soap.SOAPException
-
createMessage
public jakarta.xml.soap.SOAPMessage createMessage(boolean isFastInfoset, boolean acceptFastInfoset) throws jakarta.xml.soap.SOAPException - Overrides:
createMessagein classMessageFactoryImpl- Throws:
jakarta.xml.soap.SOAPException
-
createMessage
public jakarta.xml.soap.SOAPMessage createMessage(jakarta.xml.soap.MimeHeaders headers, InputStream in) throws IOException, SOAPExceptionImpl - Overrides:
createMessagein classMessageFactoryImpl- Throws:
IOExceptionSOAPExceptionImpl
-