org.onebusaway.container.spring
public class ProxyFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<Object>
FactoryBean
for instantiating a Proxy
instance with
a specified target interface type and a InvocationHandler
.Constructor and Description |
---|
ProxyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
Class<?> |
getObjectType() |
void |
setInvocationHandler(InvocationHandler invocationHandler) |
void |
setProxyInterface(Class<?> proxyInterface) |
public void setProxyInterface(Class<?> proxyInterface)
public void setInvocationHandler(InvocationHandler invocationHandler)
public Class<?> getObjectType()
Copyright © 2014 OneBusAway. All Rights Reserved.