public class MessageFactoryImpl extends javax.xml.soap.MessageFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
lazyAttachments |
protected OutputStream |
listener |
protected static 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,
InputStream in) |
protected static String |
getContentType(javax.xml.soap.MimeHeaders headers) |
OutputStream |
listen(OutputStream newListener) |
void |
setLazyAttachmentOptimization(boolean flag) |
newInstance, newInstance
protected static final Logger log
protected OutputStream listener
protected boolean lazyAttachments
public OutputStream listen(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, InputStream in) throws javax.xml.soap.SOAPException, IOException
createMessage
in class javax.xml.soap.MessageFactory
javax.xml.soap.SOAPException
IOException
protected static final String getContentType(javax.xml.soap.MimeHeaders headers)
public void setLazyAttachmentOptimization(boolean flag)
Copyright © 2015 Oracle. All rights reserved.