org.apache.camel
Interface Intercept

All Known Implementing Classes:
Interceptor

public interface Intercept

An interface which provides the processing logic as a pluggable processor

Version:
$Revision: 673954 $

Method Summary
 Processor getInterceptorLogic()
           
 void setInterceptorLogic(Processor interceptorLogic)
           
 

Method Detail

getInterceptorLogic

Processor getInterceptorLogic()

setInterceptorLogic

void setInterceptorLogic(Processor interceptorLogic)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.