|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.remote.client.AbstractProtocolProxyFactory
public abstract class AbstractProtocolProxyFactory
A factory for creating a proxy
Constructor Summary | |
---|---|
AbstractProtocolProxyFactory()
|
Method Summary | ||
---|---|---|
abstract
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractProtocolProxyFactory()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |