blob: 973a720b73cc30b51b89abb08bcb3603bc3cf08d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Fri Jan 20 11:50:26 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Interceptor (Apache CXF Bundle Jar 2.5.2 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.cxf.interceptor.Interceptor interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Interceptor (Apache CXF Bundle Jar 2.5.2 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Interceptor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/cxf/interceptor/InInterceptors.html" title="annotation in org.apache.cxf.interceptor"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/cxf/interceptor/InterceptorChain.html" title="interface in org.apache.cxf.interceptor"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/cxf/interceptor/Interceptor.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Interceptor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.cxf.interceptor</FONT>
<BR>
Interface Interceptor&lt;T extends <A HREF="../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A>&gt;</H2>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/apache/cxf/phase/PhaseInterceptor.html" title="interface in org.apache.cxf.phase">PhaseInterceptor</A>&lt;T&gt;, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapInterceptor.html" title="interface in org.apache.cxf.binding.soap.interceptor">SoapInterceptor</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.html" title="class in org.apache.cxf.interceptor.security">AbstractAuthorizingInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.html" title="class in org.apache.cxf.interceptor">AbstractEndpointSelectionInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.html" title="class in org.apache.cxf.interceptor">AbstractInDatabindingInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.html" title="class in org.apache.cxf.jaxws.handler">AbstractJAXWSHandlerInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/provider/jsonp/AbstractJsonpOutInterceptor.html" title="class in org.apache.cxf.jaxrs.provider.jsonp">AbstractJsonpOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AbstractLoggingInterceptor.html" title="class in org.apache.cxf.interceptor">AbstractLoggingInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/AbstractMessageResponseTimeInterceptor.html" title="class in org.apache.cxf.management.interceptor">AbstractMessageResponseTimeInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.html" title="class in org.apache.cxf.interceptor">AbstractOutDatabindingInterceptor</A>, <A HREF="../../../../org/apache/cxf/phase/AbstractPhaseInterceptor.html" title="class in org.apache.cxf.phase">AbstractPhaseInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/AbstractPolicyInterceptor.html" title="class in org.apache.cxf.ws.policy">AbstractPolicyInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/AbstractProtocolHandlerInterceptor.html" title="class in org.apache.cxf.jaxws.handler">AbstractProtocolHandlerInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/AbstractRMInterceptor.html" title="class in org.apache.cxf.ws.rm">AbstractRMInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.html" title="class in org.apache.cxf.interceptor.security">AbstractSecurityContextInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">AbstractSoapInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">AbstractUsernameTokenAuthenticatingInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/security/AbstractUsernameTokenInInterceptor.html" title="class in org.apache.cxf.interceptor.security">AbstractUsernameTokenInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">AbstractWSS4JInterceptor</A>, <A HREF="../../../../org/apache/cxf/aegis/databinding/AegisSchemaValidationInInterceptor.html" title="class in org.apache.cxf.aegis.databinding">AegisSchemaValidationInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AttachmentInInterceptor.html" title="class in org.apache.cxf.interceptor">AttachmentInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/interceptor/AttachmentInputInterceptor.html" title="class in org.apache.cxf.jaxrs.interceptor">AttachmentInputInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AttachmentOutInterceptor.html" title="class in org.apache.cxf.interceptor">AttachmentOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/AttachmentOutInterceptor.AttachmentOutEndingInterceptor.html" title="class in org.apache.cxf.interceptor">AttachmentOutInterceptor.AttachmentOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/interceptor/AttachmentOutputInterceptor.html" title="class in org.apache.cxf.jaxrs.interceptor">AttachmentOutputInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor.html" title="class in org.apache.cxf.ws.security.trust">AuthPolicyValidatingInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/BareInInterceptor.html" title="class in org.apache.cxf.interceptor">BareInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/BareOutInterceptor.html" title="class in org.apache.cxf.interceptor">BareOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/transport/https/CertConstraintsInterceptor.html" title="class in org.apache.cxf.transport.https">CertConstraintsInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/CheckFaultInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">CheckFaultInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/ClientFaultConverter.html" title="class in org.apache.cxf.interceptor">ClientFaultConverter</A>, <A HREF="../../../../org/apache/cxf/ws/policy/ClientPolicyInFaultInterceptor.html" title="class in org.apache.cxf.ws.policy">ClientPolicyInFaultInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/coloc/ColocInInterceptor.html" title="class in org.apache.cxf.binding.coloc">ColocInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/coloc/ColocOutInterceptor.html" title="class in org.apache.cxf.binding.coloc">ColocOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/ContentTypeOutInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">ContentTypeOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultInInterceptor.html" title="class in org.apache.cxf.binding.corba.interceptors">CorbaStreamFaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.html" title="class in org.apache.cxf.binding.corba.interceptors">CorbaStreamFaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.html" title="class in org.apache.cxf.binding.corba.interceptors">CorbaStreamInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/corba/interceptors/CorbaStreamOutEndingInterceptor.html" title="class in org.apache.cxf.binding.corba.interceptors">CorbaStreamOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/corba/interceptors/CorbaStreamOutInterceptor.html" title="class in org.apache.cxf.binding.corba.interceptors">CorbaStreamOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.html" title="class in org.apache.cxf.ws.security.wss4j">CryptoCoverageChecker</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/DatabindingInSetupInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">DatabindingInSetupInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/DatabindingOutSetupInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">DatabindingOutSetupInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/DispatchInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">DispatchInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/DocLiteralInInterceptor.html" title="class in org.apache.cxf.interceptor">DocLiteralInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/DocumentWriterInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">DocumentWriterInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/EndpointSelectionInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">EndpointSelectionInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/FaultOutInterceptor.html" title="class in org.apache.cxf.interceptor">FaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/FIStaxInInterceptor.html" title="class in org.apache.cxf.interceptor">FIStaxInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/FIStaxOutInterceptor.html" title="class in org.apache.cxf.interceptor">FIStaxOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/transport/common/gzip/GZIPInInterceptor.html" title="class in org.apache.cxf.transport.common.gzip">GZIPInInterceptor</A>, <A HREF="../../../../org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.html" title="class in org.apache.cxf.transport.common.gzip">GZIPOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/HolderInInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">HolderInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/HolderOutInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">HolderOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/security/JAASLoginInterceptor.html" title="class in org.apache.cxf.interceptor.security">JAASLoginInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxb/attachment/JAXBAttachmentSchemaValidationHack.html" title="class in org.apache.cxf.jaxb.attachment">JAXBAttachmentSchemaValidationHack</A>, <A HREF="../../../../org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.html" title="class in org.apache.cxf.jaxrs.interceptor">JAXRSInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/interceptor/JAXRSOutInterceptor.html" title="class in org.apache.cxf.jaxrs.interceptor">JAXRSOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.html" title="class in org.apache.cxf.jaxrs.provider.jsonp">JsonpInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/provider/jsonp/JsonpPostStreamInterceptor.html" title="class in org.apache.cxf.jaxrs.provider.jsonp">JsonpPostStreamInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.html" title="class in org.apache.cxf.jaxrs.provider.jsonp">JsonpPreStreamInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/LoggingInInterceptor.html" title="class in org.apache.cxf.interceptor">LoggingInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/LoggingOutInterceptor.html" title="class in org.apache.cxf.interceptor">LoggingOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultInInterceptor.html" title="class in org.apache.cxf.jaxws.handler.logical">LogicalHandlerFaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultOutInterceptor.html" title="class in org.apache.cxf.jaxws.handler.logical">LogicalHandlerFaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/logical/LogicalHandlerInInterceptor.html" title="class in org.apache.cxf.jaxws.handler.logical">LogicalHandlerInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/logical/LogicalHandlerOutInterceptor.html" title="class in org.apache.cxf.jaxws.handler.logical">LogicalHandlerOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/addressing/MAPAggregator.html" title="class in org.apache.cxf.ws.addressing">MAPAggregator</A>, <A HREF="../../../../org/apache/cxf/ws/addressing/soap/MAPCodec.html" title="class in org.apache.cxf.ws.addressing.soap">MAPCodec</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/MessageModeInInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">MessageModeInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/MessageModeOutInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">MessageModeOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/MessageSenderInterceptor.html" title="class in org.apache.cxf.interceptor">MessageSenderInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/MessageSenderInterceptor.MessageSenderEndingInterceptor.html" title="class in org.apache.cxf.interceptor">MessageSenderInterceptor.MessageSenderEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/mex/MEXInInterceptor.html" title="class in org.apache.cxf.ws.mex">MEXInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/mtom/MTOMPolicyInterceptor.html" title="class in org.apache.cxf.ws.policy.mtom">MTOMPolicyInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">MustUnderstandInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.MustUnderstandEndingInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">MustUnderstandInterceptor.MustUnderstandEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/object/ObjectDispatchInInterceptor.html" title="class in org.apache.cxf.binding.object">ObjectDispatchInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/object/ObjectDispatchOutInterceptor.html" title="class in org.apache.cxf.binding.object">ObjectDispatchOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.html" title="class in org.apache.cxf.ws.addressing.soap">OneWayDecoupledFaultHandler</A>, <A HREF="../../../../org/apache/cxf/interceptor/OneWayProcessorInterceptor.html" title="class in org.apache.cxf.interceptor">OneWayProcessorInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/OutgoingChainInterceptor.html" title="class in org.apache.cxf.interceptor">OutgoingChainInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/PersistInInterceptor.html" title="class in org.apache.cxf.management.interceptor">PersistInInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/PersistOutInterceptor.html" title="class in org.apache.cxf.management.interceptor">PersistOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JInInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">PolicyBasedWSS4JInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">PolicyBasedWSS4JOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/PolicyInInterceptor.html" title="class in org.apache.cxf.ws.policy">PolicyInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/PolicyOutInterceptor.html" title="class in org.apache.cxf.ws.policy">PolicyOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/PolicyVerificationInFaultInterceptor.html" title="class in org.apache.cxf.ws.policy">PolicyVerificationInFaultInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/PolicyVerificationInInterceptor.html" title="class in org.apache.cxf.ws.policy">PolicyVerificationInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/PolicyVerificationOutInterceptor.html" title="class in org.apache.cxf.ws.policy">PolicyVerificationOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">ReadHeadersInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.CheckClosingTagsInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">ReadHeadersInterceptor.CheckClosingTagsInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/ResponseTimeMessageInInterceptor.html" title="class in org.apache.cxf.management.interceptor">ResponseTimeMessageInInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/ResponseTimeMessageInvokerInterceptor.html" title="class in org.apache.cxf.management.interceptor">ResponseTimeMessageInvokerInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.html" title="class in org.apache.cxf.management.interceptor">ResponseTimeMessageOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.EndingInterceptor.html" title="class in org.apache.cxf.management.interceptor">ResponseTimeMessageOutInterceptor.EndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/RetransmissionInterceptor.html" title="class in org.apache.cxf.ws.rm">RetransmissionInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/RMCaptureInInterceptor.html" title="class in org.apache.cxf.ws.rm">RMCaptureInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/RMDeliveryInterceptor.html" title="class in org.apache.cxf.ws.rm">RMDeliveryInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/RMInInterceptor.html" title="class in org.apache.cxf.ws.rm">RMInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/RMOutInterceptor.html" title="class in org.apache.cxf.ws.rm">RMOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/rm/soap/RMSoapInterceptor.html" title="class in org.apache.cxf.ws.rm.soap">RMSoapInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/RPCInInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">RPCInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/RPCOutInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">RPCOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.html" title="class in org.apache.cxf.binding.soap.saaj">SAAJInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.SAAJPreInInterceptor.html" title="class in org.apache.cxf.binding.soap.saaj">SAAJInInterceptor.SAAJPreInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.html" title="class in org.apache.cxf.binding.soap.saaj">SAAJOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.SAAJOutEndingInterceptor.html" title="class in org.apache.cxf.binding.soap.saaj">SAAJOutInterceptor.SAAJOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">SamlTokenInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/security/SecureAnnotationsInterceptor.html" title="class in org.apache.cxf.interceptor.security">SecureAnnotationsInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/policy/ServerPolicyOutFaultInterceptor.html" title="class in org.apache.cxf.ws.policy">ServerPolicyOutFaultInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/ServiceInvokerInterceptor.html" title="class in org.apache.cxf.interceptor">ServiceInvokerInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.html" title="class in org.apache.cxf.interceptor.security">SimpleAuthorizingInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/Soap11FaultInInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">Soap11FaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/Soap11FaultOutInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">Soap11FaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/Soap12FaultInInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">Soap12FaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/Soap12FaultOutInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">Soap12FaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapActionInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.html" title="class in org.apache.cxf.jaxws.handler.soap">SOAPHandlerFaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.html" title="class in org.apache.cxf.jaxws.handler.soap">SOAPHandlerFaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.html" title="class in org.apache.cxf.jaxws.handler.soap">SOAPHandlerInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapHeaderInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapHeaderInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapHeaderOutFilterInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapHeaderOutFilterInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/jms/interceptor/SoapJMSInInterceptor.html" title="class in org.apache.cxf.binding.soap.jms.interceptor">SoapJMSInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SoapOutEndingInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapOutInterceptor.SoapOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/SoapPreProtocolOutInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">SoapPreProtocolOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/StartBodyInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">StartBodyInterceptor</A>, <A HREF="../../../../org/apache/cxf/databinding/stax/StaxDataBindingInterceptor.html" title="class in org.apache.cxf.databinding.stax">StaxDataBindingInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/StaxInInterceptor.html" title="class in org.apache.cxf.interceptor">StaxInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/StaxOutEndingInterceptor.html" title="class in org.apache.cxf.interceptor">StaxOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/StaxOutInterceptor.html" title="class in org.apache.cxf.interceptor">StaxOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/SwAInInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">SwAInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/SwAOutInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">SwAOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/soap/interceptor/TibcoSoapActionInterceptor.html" title="class in org.apache.cxf.binding.soap.interceptor">TibcoSoapActionInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/transform/TransformInInterceptor.html" title="class in org.apache.cxf.interceptor.transform">TransformInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/transform/TransformOutInterceptor.html" title="class in org.apache.cxf.interceptor.transform">TransformOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/URIMappingInterceptor.html" title="class in org.apache.cxf.interceptor">URIMappingInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">URIParameterInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/http/interceptor/URIParameterOutInterceptor.html" title="class in org.apache.cxf.binding.http.interceptor">URIParameterOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">UsernameTokenInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/coloc/WebFaultInInterceptor.html" title="class in org.apache.cxf.binding.coloc">WebFaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/WebFaultOutInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">WebFaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/WrappedInInterceptor.html" title="class in org.apache.cxf.interceptor">WrappedInInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/WrappedOutInterceptor.html" title="class in org.apache.cxf.interceptor">WrappedOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/interceptor/WrappedOutInterceptor.WrappedOutEndingInterceptor.html" title="class in org.apache.cxf.interceptor">WrappedOutInterceptor.WrappedOutEndingInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">WrapperClassInInterceptor</A>, <A HREF="../../../../org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.html" title="class in org.apache.cxf.jaxws.interceptors">WrapperClassOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/frontend/WSDLGetInterceptor.html" title="class in org.apache.cxf.frontend">WSDLGetInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">WSS4JInInterceptor</A>, <A HREF="../../../../org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.html" title="class in org.apache.cxf.ws.security.wss4j">WSS4JOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.html" title="class in org.apache.cxf.binding.xml.interceptor">XMLFaultInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor.html" title="class in org.apache.cxf.binding.xml.interceptor">XMLFaultOutInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/xml/interceptor/XMLMessageInInterceptor.html" title="class in org.apache.cxf.binding.xml.interceptor">XMLMessageInInterceptor</A>, <A HREF="../../../../org/apache/cxf/binding/xml/interceptor/XMLMessageOutInterceptor.html" title="class in org.apache.cxf.binding.xml.interceptor">XMLMessageOutInterceptor</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Interceptor&lt;T extends <A HREF="../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</A>&gt;</B></DL>
</PRE>
<P>
Base interface for all interceptors.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html#handleFault(T)">handleFault</A></B>(<A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html" title="type parameter in Interceptor">T</A>&nbsp;message)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html#handleMessage(T)">handleMessage</A></B>(<A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html" title="type parameter in Interceptor">T</A>&nbsp;message)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Intercepts a message.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="handleMessage(org.apache.cxf.message.Message)"><!-- --></A><A NAME="handleMessage(T)"><!-- --></A><H3>
handleMessage</H3>
<PRE>
void <B>handleMessage</B>(<A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html" title="type parameter in Interceptor">T</A>&nbsp;message)
throws <A HREF="../../../../org/apache/cxf/interceptor/Fault.html" title="class in org.apache.cxf.interceptor">Fault</A></PRE>
<DL>
<DD>Intercepts a message.
Interceptors should NOT invoke handleMessage or handleFault
on the next interceptor - the interceptor chain will
take care of this.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> -
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/apache/cxf/interceptor/Fault.html" title="class in org.apache.cxf.interceptor">Fault</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="handleFault(org.apache.cxf.message.Message)"><!-- --></A><A NAME="handleFault(T)"><!-- --></A><H3>
handleFault</H3>
<PRE>
void <B>handleFault</B>(<A HREF="../../../../org/apache/cxf/interceptor/Interceptor.html" title="type parameter in Interceptor">T</A>&nbsp;message)</PRE>
<DL>
<DD>Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - </DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Interceptor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/cxf/interceptor/InInterceptors.html" title="annotation in org.apache.cxf.interceptor"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/cxf/interceptor/InterceptorChain.html" title="interface in org.apache.cxf.interceptor"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/cxf/interceptor/Interceptor.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Interceptor.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Apache CXF
</BODY>
</HTML>