Class PhaseChainCache

java.lang.Object
org.apache.cxf.phase.PhaseChainCache

public final class PhaseChainCache extends Object
The PhaseChainCache provides default interceptor chains for SOAP requests and responses, both from the client and web service side. The list of phases supplied in the get() methods of this class are defined by default within org.apache.cxf.phase.PhaseManagerImpl. For an example of this class in use, check the sourcecode of org.apache.cxf.endpoint.ClientImpl.