org.apache.camel.model
Class InterceptorType

java.lang.Object
  extended by org.apache.camel.model.InterceptorType
Direct Known Subclasses:
InterceptorRef

public abstract class InterceptorType
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
InterceptorType()
           
 
Method Summary
abstract  DelegateProcessor createInterceptor(RouteContext routeContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorType

public InterceptorType()
Method Detail

createInterceptor

public abstract DelegateProcessor createInterceptor(RouteContext routeContext)
                                             throws Exception
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.