org.apache.camel.spring.model
Class ToType

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

public class ToType
extends OutputType

Represents an XML <to/> element

Version:
$Revision: $

Field Summary
 
Fields inherited from class org.apache.camel.spring.model.OutputType
outputs
 
Constructor Summary
ToType()
           
 
Method Summary
 String getUri()
           
 void setUri(String uri)
           
 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

ToType

public ToType()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getUri

public String getUri()

setUri

public void setUri(String uri)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.