org.oddjob.framework
Class ServiceProxyGenerator
java.lang.Object
org.oddjob.framework.ProxyGenerator<ServiceAdaptor>
org.oddjob.framework.ServiceProxyGenerator
public class ServiceProxyGenerator
- extends ProxyGenerator<ServiceAdaptor>
Generate a Proxy for a service.
The service Proxy doesn't implement Forceable
and all
instances are Transient
.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProxyGenerator
public ServiceProxyGenerator()
generate
public Object generate(ServiceAdaptor service,
ClassLoader classLoader)
- Generate the proxy.
- Parameters:
service
- classLoader
-
- Returns:
- The proxy.