org.apache.camel.spring.model
Class ProcessorRef

java.lang.Object
  extended by org.apache.camel.spring.model.ProcessorType
      extended by org.apache.camel.spring.model.OutputType
          extended by org.apache.camel.spring.model.ProcessorRef

public class ProcessorRef
extends OutputType

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.apache.camel.spring.model.OutputType
outputs
 
Constructor Summary
ProcessorRef()
           
 
Method Summary
 String getRef()
           
 void setRef(String ref)
           
 String toString()
           
 
Methods inherited from class org.apache.camel.spring.model.OutputType
filter, filter, getInterceptors, getOutputs, setInterceptors, setOutputs, to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorRef

public ProcessorRef()
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.