org.kuali.rice.ksb.messaging
Class KSBClientProxyFactoryBean

java.lang.Object
  extended by 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)

Constructor Summary
KSBClientProxyFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class<Object> getObjectType()
           
 Class<Object> getServiceEndpointInterface()
           
 String getServiceQName()
           
 boolean isSingleton()
           
 void setServiceEndpointInterface(Class<Object> serviceInterface)
           
 void setServiceQName(String serviceQName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSBClientProxyFactoryBean

public KSBClientProxyFactoryBean()
Method Detail

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 © 2005-2012 The Kuali Foundation. All Rights Reserved.