Class MessageFactoryImpl

    • Field Detail

      • log

        protected static final Logger log
      • lazyAttachments

        protected boolean lazyAttachments
    • Constructor Detail

      • MessageFactoryImpl

        public MessageFactoryImpl()
    • Method Detail

      • createMessage

        public javax.xml.soap.SOAPMessage createMessage()
                                                 throws javax.xml.soap.SOAPException
        Specified by:
        createMessage in class javax.xml.soap.MessageFactory
        Throws:
        javax.xml.soap.SOAPException
      • createMessage

        public javax.xml.soap.SOAPMessage createMessage​(String protocol)
                                                 throws javax.xml.soap.SOAPException
        Throws:
        javax.xml.soap.SOAPException
      • createMessage

        public javax.xml.soap.SOAPMessage createMessage​(boolean isFastInfoset,
                                                        boolean acceptFastInfoset)
                                                 throws javax.xml.soap.SOAPException
        Throws:
        javax.xml.soap.SOAPException
      • createMessage

        public javax.xml.soap.SOAPMessage createMessage​(javax.xml.soap.MimeHeaders headers,
                                                        XMLStreamReader reader)
                                                 throws javax.xml.soap.SOAPException,
                                                        IOException
        Throws:
        javax.xml.soap.SOAPException
        IOException
      • createMessage

        public javax.xml.soap.SOAPMessage createMessage​(javax.xml.soap.MimeHeaders headers,
                                                        InputStream in)
                                                 throws javax.xml.soap.SOAPException,
                                                        IOException
        Specified by:
        createMessage in class javax.xml.soap.MessageFactory
        Throws:
        javax.xml.soap.SOAPException
        IOException
      • getContentType

        protected static final String getContentType​(javax.xml.soap.MimeHeaders headers)
      • setLazyAttachmentOptimization

        public void setLazyAttachmentOptimization​(boolean flag)