org.apache.servicemix.cxf.binding.jbi.interceptor
Class JBIFaultOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<JBIMessage>
      extended by org.apache.servicemix.cxf.binding.jbi.interceptor.JBIFaultOutInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<JBIMessage>, org.apache.cxf.phase.PhaseInterceptor<JBIMessage>

public class JBIFaultOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<JBIMessage>


Constructor Summary
JBIFaultOutInterceptor()
           
 
Method Summary
protected  org.apache.cxf.interceptor.Fault getFault(JBIMessage message)
           
protected  javax.xml.stream.XMLStreamWriter getWriter(JBIMessage message)
           
 void handleMessage(JBIMessage message)
           
 
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

JBIFaultOutInterceptor

public JBIFaultOutInterceptor()
Method Detail

handleMessage

public void handleMessage(JBIMessage message)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault

getFault

protected org.apache.cxf.interceptor.Fault getFault(JBIMessage message)

getWriter

protected javax.xml.stream.XMLStreamWriter getWriter(JBIMessage message)


Copyright © 2005-2013 FuseSource. All Rights Reserved.