org.apache.geronimo.cxf.client
Class SAAJInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
      extended by org.apache.geronimo.cxf.client.SAAJInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
Direct Known Subclasses:
SAAJInFaultInterceptor, SAAJInInterceptor, SAAJOutInterceptor

public abstract class SAAJInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>


Field Summary
protected  SAAJUniverse universe
           
 
Constructor Summary
SAAJInterceptor(String phase, SAAJUniverse universe)
           
 
Method Summary
static void registerInterceptors()
           
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setPhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
 

Field Detail

universe

protected SAAJUniverse universe
Constructor Detail

SAAJInterceptor

public SAAJInterceptor(String phase,
                       SAAJUniverse universe)
Method Detail

registerInterceptors

public static void registerInterceptors()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.