public abstract class UnwrappbleServerService extends java.lang.Object implements ServerService, Unwrappable
Constructor and Description |
---|
UnwrappbleServerService() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
getDelegate() |
<T> T |
unwrap(java.lang.Class<T> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public <T> T unwrap(java.lang.Class<T> type)
unwrap
in interface Unwrappable
protected abstract java.lang.Object getDelegate()