Package 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)
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetServiceEndpointInterface(Class<Object> serviceInterface) voidsetServiceQName(String serviceQName)
-
Constructor Details
-
KSBClientProxyFactoryBean
public KSBClientProxyFactoryBean()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-
getServiceEndpointInterface
-
setServiceEndpointInterface
-
getServiceQName
-
setServiceQName
-