public interface ProtocolProxyFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createProxy(java.lang.Class<T> api)
Creates a new proxy based on an API.
|
void |
setAnnotated(Annotated annotated)
Sets the ServiceType annotated
|
void |
setProxyType(java.lang.annotation.Annotation ann)
Sets the ProxyType annotation
|
void setProxyType(java.lang.annotation.Annotation ann)
void setAnnotated(Annotated annotated)
<T> T createProxy(java.lang.Class<T> api)
api - the remote api for the proxy