Apache CXF API

org.apache.cxf.validation
Class ValidationInInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.validation.AbstractValidationInterceptor
          extended by org.apache.cxf.validation.ValidationInInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class ValidationInInterceptor
extends AbstractValidationInterceptor


Constructor Summary
ValidationInInterceptor()
           
ValidationInInterceptor(String phase)
           
 
Method Summary
protected  void handleValidation(Message message, Object resourceInstance, Method method, List<Object> arguments)
           
protected  List<Object> unwrapArgs(List<Object> arguments)
           
 
Methods inherited from class org.apache.cxf.validation.AbstractValidationInterceptor
getProvider, getServiceMethod, getServiceObject, handleMessage, setProvider, setServiceObject
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationInInterceptor

public ValidationInInterceptor()

ValidationInInterceptor

public ValidationInInterceptor(String phase)
Method Detail

handleValidation

protected void handleValidation(Message message,
                                Object resourceInstance,
                                Method method,
                                List<Object> arguments)
Specified by:
handleValidation in class AbstractValidationInterceptor

unwrapArgs

protected List<Object> unwrapArgs(List<Object> arguments)

Apache CXF API

Apache CXF