org.kuali.rice.ksb.messaging
Class KSBClientProxyFactoryBean
java.lang.Object
   org.kuali.rice.ksb.messaging.KSBClientProxyFactoryBean
org.kuali.rice.ksb.messaging.KSBClientProxyFactoryBean
- All Implemented Interfaces: 
- org.springframework.beans.factory.FactoryBean
- public class KSBClientProxyFactoryBean 
- extends Object- implements org.springframework.beans.factory.FactoryBean
This class can be used to create a KSBClientProxy.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KSBClientProxyFactoryBean
public KSBClientProxyFactoryBean()
getObject
public Object getObject()
                 throws Exception
- 
- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean
 
- 
- Throws:
- Exception
 
getObjectType
public Class<Object> getObjectType()
- 
- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- org.springframework.beans.factory.FactoryBean
 
- 
 
getServiceEndpointInterface
public Class<Object> getServiceEndpointInterface()
- 
 
- 
 
setServiceEndpointInterface
public void setServiceEndpointInterface(Class<Object> serviceInterface)
- 
 
- 
 
getServiceQName
public String getServiceQName()
- 
 
- 
 
setServiceQName
public void setServiceQName(String serviceQName)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.