public abstract class AbstractProtocolProxyFactory extends java.lang.Object implements ProtocolProxyFactory
| Constructor and Description |
|---|
AbstractProtocolProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract <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
|
public void setProxyType(java.lang.annotation.Annotation ann)
setProxyType in interface ProtocolProxyFactorypublic void setAnnotated(Annotated annotated)
setAnnotated in interface ProtocolProxyFactorypublic abstract <T> T createProxy(java.lang.Class<T> api)
createProxy in interface ProtocolProxyFactoryapi - the remote api for the proxy