org.kuali.rice.ksb.messaging
Class KSBClientProxyFactoryBean
java.lang.Object
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:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<Object> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.