public class InterfaceWrapper<T>
extends java.lang.Object
| Constructor and Description |
|---|
InterfaceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
T |
getContent() |
static <T> InterfaceWrapper<T> |
make(T source) |
protected T content
public static <T> InterfaceWrapper<T> make(T source)
public T getContent()
Copyright © 2011 OW2 Consortium. All Rights Reserved.