public class MessageFactoryImpl
extends javax.xml.soap.MessageFactory
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
lazyAttachments |
protected java.io.OutputStream |
listener |
protected static java.util.logging.Logger |
log |
| Constructor and Description |
|---|
MessageFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.SOAPMessage |
createMessage() |
javax.xml.soap.SOAPMessage |
createMessage(boolean isFastInfoset,
boolean acceptFastInfoset) |
javax.xml.soap.SOAPMessage |
createMessage(javax.xml.soap.MimeHeaders headers,
java.io.InputStream in) |
javax.xml.soap.SOAPMessage |
createMessage(javax.xml.soap.MimeHeaders headers,
javax.xml.stream.XMLStreamReader reader) |
javax.xml.soap.SOAPMessage |
createMessage(java.lang.String protocol) |
protected static java.lang.String |
getContentType(javax.xml.soap.MimeHeaders headers) |
java.io.OutputStream |
listen(java.io.OutputStream newListener) |
void |
setLazyAttachmentOptimization(boolean flag) |
protected static final java.util.logging.Logger log
protected java.io.OutputStream listener
protected boolean lazyAttachments
public java.io.OutputStream listen(java.io.OutputStream newListener)
public javax.xml.soap.SOAPMessage createMessage()
throws javax.xml.soap.SOAPException
createMessage in class javax.xml.soap.MessageFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPMessage createMessage(java.lang.String protocol)
throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPMessage createMessage(boolean isFastInfoset,
boolean acceptFastInfoset)
throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers,
javax.xml.stream.XMLStreamReader reader)
throws javax.xml.soap.SOAPException,
java.io.IOException
javax.xml.soap.SOAPExceptionjava.io.IOExceptionpublic javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers,
java.io.InputStream in)
throws javax.xml.soap.SOAPException,
java.io.IOException
createMessage in class javax.xml.soap.MessageFactoryjavax.xml.soap.SOAPExceptionjava.io.IOExceptionprotected static final java.lang.String getContentType(javax.xml.soap.MimeHeaders headers)
public void setLazyAttachmentOptimization(boolean flag)
Copyright © 2013 Oracle. All Rights Reserved.