public class StoreRedirectorProxyFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
StoreRedirectorProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
boolean |
isSingleton() |
void |
setDefaultBinding(java.lang.Object defaultBinding)
Sets the default component binding
|
void |
setProxyInterface(java.lang.Class proxyInterface)
Sets the proxy interface
|
void |
setRedirectedProtocolBindings(java.util.Map protocolBindings)
Sets the binding of store type (protocol string) to component
|
void |
setRedirectedStoreBindings(java.util.Map storeBindings)
Sets the binding of store type (protocol string) to component
|
public void setProxyInterface(java.lang.Class proxyInterface)
proxyInterface - the proxy interfacepublic void setDefaultBinding(java.lang.Object defaultBinding)
binding - the component to call by defaultpublic void setRedirectedProtocolBindings(java.util.Map protocolBindings)
bindings - the bindingspublic void setRedirectedStoreBindings(java.util.Map storeBindings)
bindings - the bindingspublic void afterPropertiesSet()
throws ServiceException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanServiceExceptionpublic java.lang.Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBeanpublic java.lang.Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.