org.apache.camel.util
Class Out<V>

java.lang.Object
  extended by org.apache.camel.util.Out<V>

public class Out<V>
extends Object


Constructor Summary
Out()
           
Out(V val)
           
 
Method Summary
 V get()
           
 void set(V val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Out

public Out()

Out

public Out(V val)
Method Detail

get

public V get()

set

public void set(V val)


Copyright © 2008 IONA Open Source Community. All Rights Reserved.