org.apache.camel.spring.model
Class SplitterType

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.SplitterType

public class SplitterType
extends OutputType

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.apache.camel.spring.model.OutputType
outputs
 
Constructor Summary
SplitterType()
           
 
Method Summary
 ExpressionType getExpression()
           
 void setExpression(ExpressionType expression)
           
 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

SplitterType

public SplitterType()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getExpression

public ExpressionType getExpression()

setExpression

public void setExpression(ExpressionType expression)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.