org.apache.camel.spring.model
Class FromType

java.lang.Object
  extended by org.apache.camel.spring.model.FromType

public class FromType
extends Object

Represents an XML <to/> element

Version:
$Revision: $

Constructor Summary
FromType()
           
FromType(String uri)
           
 
Method Summary
 String getUri()
           
 void setUri(String uri)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FromType

public FromType()

FromType

public FromType(String uri)
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.