|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lustin.trac.xmlprc.TrackerDynamicProxy
public class TrackerDynamicProxy
Constructor Summary | |
---|---|
TrackerDynamicProxy(org.apache.xmlrpc.client.XmlRpcClient client)
Creates a new instance. |
|
TrackerDynamicProxy(org.apache.xmlrpc.client.XmlRpcClient client,
org.apache.xmlrpc.common.TypeConverterFactory typeConverterFactory)
Creates a new instance. |
Method Summary | |
---|---|
org.apache.xmlrpc.client.XmlRpcClient |
getClient()
Returns the factories client. |
boolean |
isObjectMethodLocal()
Returns, whether a method declared by the Object class is
performed by the local object, rather than by the server. |
java.lang.Object |
newInstance(java.lang.Class clazz)
Creates an object, which is implementing the given interface. |
java.lang.Object |
newInstance(java.lang.ClassLoader classLoader,
java.lang.Class clazz)
Creates an object, which is implementing the given interface. |
void |
setObjectMethodLocal(boolean objectMethodLocal)
Sets, whether a method declared by the Object class is
performed by the local object, rather than by the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackerDynamicProxy(org.apache.xmlrpc.client.XmlRpcClient client, org.apache.xmlrpc.common.TypeConverterFactory typeConverterFactory)
client
- A fully configured XML-RPC client, which is used internally to
perform XML-RPC calls.typeConverterFactory
- Creates instances of TypeConverterFactory
, which are
used to transform the result object in its target
representation.public TrackerDynamicProxy(org.apache.xmlrpc.client.XmlRpcClient client)
new ClientFactory( pClient, new TypeConverterFactoryImpl() );
client
- A fully configured XML-RPC client, which is used internally to
perform XML-RPC calls.TypeConverterFactoryImpl
Method Detail |
---|
public org.apache.xmlrpc.client.XmlRpcClient getClient()
public boolean isObjectMethodLocal()
Object class
is
performed by the local object, rather than by the server. Defaults to
true.
public void setObjectMethodLocal(boolean objectMethodLocal)
Object class
is
performed by the local object, rather than by the server. Defaults to
true.
public java.lang.Object newInstance(java.lang.Class clazz)
public java.lang.Object newInstance(java.lang.ClassLoader classLoader, java.lang.Class clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |