org.apache.camel.spring.model
Class OutputType
java.lang.Object
org.apache.camel.spring.model.ProcessorType
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputs
protected List<ProcessorType> outputs
OutputType
public OutputType()
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.