org.apache.camel.model
Class InterceptorRef

java.lang.Object
  extended by org.apache.camel.model.InterceptorType
      extended by org.apache.camel.model.InterceptorRef

public class InterceptorRef
extends InterceptorType

Version:
$Revision: 1.1 $

Constructor Summary
InterceptorRef()
           
InterceptorRef(DelegateProcessor interceptor)
           
InterceptorRef(String ref)
           
 
Method Summary
 DelegateProcessor createInterceptor(RouteContext routeContext)
           
protected  String description()
           
 String getRef()
           
 void setRef(String ref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptorRef

public InterceptorRef()

InterceptorRef

public InterceptorRef(String ref)

InterceptorRef

public InterceptorRef(DelegateProcessor interceptor)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

createInterceptor

public DelegateProcessor createInterceptor(RouteContext routeContext)
Specified by:
createInterceptor in class InterceptorType

getRef

public String getRef()

setRef

public void setRef(String ref)

description

protected String description()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.