org.mule.module.cxf.support
Class ReversibleValidatingInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
      extended by org.mule.module.cxf.support.ReversibleStaxInterceptor
          extended by org.mule.module.cxf.support.ReversibleValidatingInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class ReversibleValidatingInterceptor
extends ReversibleStaxInterceptor

The ReversibleValidatingInterceptor is going to allow to reset the Xml Stream Reader once it is consumed by the CheckClosingTagsInterceptor to validate the schema.


Constructor Summary
ReversibleValidatingInterceptor()
           
 
Method Summary
 
Methods inherited from class org.mule.module.cxf.support.ReversibleStaxInterceptor
handleMessage
 
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

ReversibleValidatingInterceptor

public ReversibleValidatingInterceptor()


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.