org.apache.camel.spring.model
Class InterceptorRef

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

public class InterceptorRef
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
InterceptorRef()
           
InterceptorRef(String ref)
           
 
Method Summary
 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)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRef

public String getRef()

setRef

public void setRef(String ref)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.