Package org.apache.cxf.phase


package org.apache.cxf.phase
  • Class
    Description
    Represents transport-specific exceptions which are used to indicate that a given invocation was suspended
    Provides a starting point implementation for a interceptors that participate in phased message processing.
     
    The PhaseChainCache provides default interceptor chains for SOAP requests and responses, both from the client and web service side.
     
    A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.
    A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.