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