Class SAAJInInterceptor.SAAJPreInInterceptor

  • All Implemented Interfaces:
    SoapInterceptor, org.apache.cxf.interceptor.Interceptor<SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<SoapMessage>
    Enclosing class:
    SAAJInInterceptor

    public static class SAAJInInterceptor.SAAJPreInInterceptor
    extends AbstractSoapInterceptor
    This class sets up the Document in the Message so that the ReadHeadersInterceptor can read directly into the SAAJ document instead of creating a new DOM that we would need to copy into the SAAJ later.
    • Constructor Detail

      • SAAJPreInInterceptor

        public SAAJPreInInterceptor()
    • Method Detail

      • handleMessage

        public void handleMessage​(SoapMessage message)
                           throws org.apache.cxf.interceptor.Fault
        Throws:
        org.apache.cxf.interceptor.Fault
      • getFactory

        public javax.xml.soap.MessageFactory getFactory​(SoapMessage message)
                                                 throws javax.xml.soap.SOAPException
        Throws:
        javax.xml.soap.SOAPException