org.apache.camel.spring.model
Class OutputType

java.lang.Object
  extended by org.apache.camel.spring.model.ProcessorType
      extended by org.apache.camel.spring.model.OutputType
Direct Known Subclasses:
FilterType, OtherwiseType, ProcessorRef, RecipientListType, RouteType, SplitterType, ToType, WhenType

public abstract class OutputType
extends ProcessorType

A useful base class for output types

Version:
$Revision: 1.1 $

Field Summary
protected  List<ProcessorType> outputs
           
 
Constructor Summary
OutputType()
           
 
Method Summary
 FilterType filter(ExpressionType expression)
           
 FilterType filter(String language, String expression)
           
 List<InterceptorRef> getInterceptors()
           
 List<ProcessorType> getOutputs()
           
 void setInterceptors(List<InterceptorRef> interceptors)
           
 void setOutputs(List<ProcessorType> outputs)
           
 OutputType to(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputs

protected List<ProcessorType> outputs
Constructor Detail

OutputType

public OutputType()
Method Detail

getOutputs

public List<ProcessorType> getOutputs()

setOutputs

public void setOutputs(List<ProcessorType> outputs)

getInterceptors

public List<InterceptorRef> getInterceptors()

setInterceptors

public void setInterceptors(List<InterceptorRef> interceptors)

filter

public FilterType filter(ExpressionType expression)

filter

public FilterType filter(String language,
                         String expression)

to

public OutputType to(String uri)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.