Apache CXF API

Uses of Package
org.apache.cxf.binding.soap.saaj

Packages that use org.apache.cxf.binding.soap.saaj
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.jaxws.interceptors   
 

Classes in org.apache.cxf.binding.soap.saaj used by org.apache.cxf.binding.soap.saaj
SAAJInInterceptor
          Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
SAAJInInterceptor.SAAJPreInInterceptor
          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.
SAAJOutInterceptor.SAAJOutEndingInterceptor
           
 

Classes in org.apache.cxf.binding.soap.saaj used by org.apache.cxf.jaxws.interceptors
SAAJOutInterceptor
          Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
 


Apache CXF API

Apache CXF