Class SAAJInInterceptor.SAAJPreInInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
org.apache.cxf.binding.soap.saaj.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.
  • Field Details

  • Constructor Details

    • SAAJPreInInterceptor

      public SAAJPreInInterceptor()
  • Method Details

    • handleMessage

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

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