public class KSBClientProxyFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| Constructor and Description | 
|---|
| KSBClientProxyFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getObject() | 
| Class<Object> | getObjectType() | 
| Class<Object> | getServiceEndpointInterface() | 
| String | getServiceQName() | 
| boolean | isSingleton() | 
| void | setServiceEndpointInterface(Class<Object> serviceInterface) | 
| void | setServiceQName(String serviceQName) | 
public KSBClientProxyFactoryBean()
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<Object> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic Class<Object> getServiceEndpointInterface()
public void setServiceEndpointInterface(Class<Object> serviceInterface)
public String getServiceQName()
public void setServiceQName(String serviceQName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.