org.apache.cxf.binding.soap.interceptor
Class MustUnderstandInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
      extended by org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
          extended by org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor
All Implemented Interfaces:
SoapInterceptor, org.apache.cxf.interceptor.Interceptor<SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<SoapMessage>

public class MustUnderstandInterceptor
extends AbstractSoapInterceptor


Nested Class Summary
 class MustUnderstandInterceptor.MustUnderstandEndingInterceptor
           
 
Field Summary
static String FAULT
           
 
Constructor Summary
MustUnderstandInterceptor()
           
MustUnderstandInterceptor(String phase)
           
 
Method Summary
 void handleFault(SoapMessage message)
           
 void handleMessage(SoapMessage soapMessage)
           
 
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTrace
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAULT

public static final String FAULT
See Also:
Constant Field Values
Constructor Detail

MustUnderstandInterceptor

public MustUnderstandInterceptor()

MustUnderstandInterceptor

public MustUnderstandInterceptor(String phase)
Method Detail

handleMessage

public void handleMessage(SoapMessage soapMessage)

handleFault

public void handleFault(SoapMessage message)
Specified by:
handleFault in interface org.apache.cxf.interceptor.Interceptor<SoapMessage>
Overrides:
handleFault in class org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>


Apache CXF