net.sf.crispy.proxy
Class Proxy

java.lang.Object
  extended bynet.sf.crispy.proxy.Proxy
Direct Known Subclasses:
DynamicProxy, ProxyDecorator, StaticProxy

public abstract class Proxy
extends java.lang.Object

Parent-class from all Proxys.

Author:
Linke

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
Proxy()
           
 
Method Summary
static java.lang.Object createInvocationStrategy(InvocationStrategy pvDefaultInvocationStrategy, java.util.Properties pvProperties, java.lang.String pvDefaultUrlAndPort, java.lang.Class pvProxyClass, java.lang.reflect.Method pvMethod)
           
 java.util.Properties getProperties()
           
 java.lang.Class getProxyClass()
           
 java.lang.Object getProxyObject()
           
abstract  java.lang.Object newInstance(java.lang.Class pvClass)
           
 void setProperties(java.util.Properties pvProperties)
           
 void setProxyClass(java.lang.Class pvClazz)
           
 void setProxyObject(java.lang.Object pvProxyObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

Proxy

public Proxy()
Method Detail

setProxyClass

public void setProxyClass(java.lang.Class pvClazz)

getProxyClass

public java.lang.Class getProxyClass()

setProxyObject

public void setProxyObject(java.lang.Object pvProxyObject)

getProxyObject

public java.lang.Object getProxyObject()

setProperties

public void setProperties(java.util.Properties pvProperties)

getProperties

public java.util.Properties getProperties()

newInstance

public abstract java.lang.Object newInstance(java.lang.Class pvClass)

createInvocationStrategy

public static java.lang.Object createInvocationStrategy(InvocationStrategy pvDefaultInvocationStrategy,
                                                        java.util.Properties pvProperties,
                                                        java.lang.String pvDefaultUrlAndPort,
                                                        java.lang.Class pvProxyClass,
                                                        java.lang.reflect.Method pvMethod)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2006 Crispy. All Rights Reserved.