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 ProtocolProxyFactory
public void setAnnotated(Annotated annotated)
setAnnotated
in interface ProtocolProxyFactory
public abstract <T> T createProxy(java.lang.Class<T> api)
createProxy
in interface ProtocolProxyFactory
api
- the remote api for the proxy