Class MessageFactoryImpl

    • Field Detail

      • log

        protected static final Logger log
      • lazyAttachments

        protected boolean lazyAttachments
    • Constructor Detail

      • MessageFactoryImpl

        public MessageFactoryImpl()
    • Method Detail

      • createMessage

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

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

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

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

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

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

        public void setLazyAttachmentOptimization​(boolean flag)