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


Constructor Summary
MustUnderstandInterceptor()
           
 
Method Summary
 void handleMessage(SoapMessage soapMessage)
           
 
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, getUnderstoodHeaders, isRequestor
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore, setId, 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
handleFault
 

Constructor Detail

MustUnderstandInterceptor

public MustUnderstandInterceptor()
Method Detail

handleMessage

public void handleMessage(SoapMessage soapMessage)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.