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
-
public class SOAPMessageFactory1_1Impl extends MessageFactoryImpl
-
-
Field Summary
-
Fields inherited from class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
lazyAttachments, listener, log
-
-
Constructor Summary
Constructors Constructor Description SOAPMessageFactory1_1Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.soap.SOAPMessagecreateMessage()javax.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, setLazyAttachmentOptimization
-
-
-
-
Method Detail
-
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
-
-