org.ow2.orchestra.facade.rest
Class InterfaceWrapper<T>

java.lang.Object
  extended by org.ow2.orchestra.facade.rest.InterfaceWrapper<T>

public class InterfaceWrapper<T>
extends Object

Author:
Guillaume Porcher

Field Summary
protected  T content
           
 
Constructor Summary
InterfaceWrapper()
           
 
Method Summary
 T getContent()
           
static
<T> InterfaceWrapper<T>
make(T source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected T content
Constructor Detail

InterfaceWrapper

public InterfaceWrapper()
Method Detail

make

public static <T> InterfaceWrapper<T> make(T source)

getContent

public T getContent()


Copyright © 2011 OW2 Consortium. All Rights Reserved.