public class MessageFactoryImpl
extends javax.xml.soap.MessageFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
lazyAttachments |
protected static 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) |
protected static java.lang.String |
getContentType(javax.xml.soap.MimeHeaders headers) |
static java.io.OutputStream |
listen(java.io.OutputStream newListener) |
void |
setLazyAttachmentOptimization(boolean flag) |
protected static java.util.logging.Logger log
protected static java.io.OutputStream listener
protected boolean lazyAttachments
public static 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.MessageFactory
javax.xml.soap.SOAPException
public javax.xml.soap.SOAPMessage createMessage(boolean isFastInfoset, boolean acceptFastInfoset) throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPException
public 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.MessageFactory
javax.xml.soap.SOAPException
java.io.IOException
protected static final java.lang.String getContentType(javax.xml.soap.MimeHeaders headers)
public void setLazyAttachmentOptimization(boolean flag)