public class ServiceFactoryBean extends AbstractContractFactoryBean
| Modifier and Type | Field and Description |
|---|---|
protected Object |
ref |
protected Service |
service |
apiType, applicationContext, beanId, bindingAdapterFactory, bindingConverterFactory, bindings, documentEncoding, elements, interfaceClass, interfaceType, repeatReferLimit, sofaRuntimeContext, uniqueId| Constructor and Description |
|---|
ServiceFactoryBean() |
ServiceFactoryBean(String interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
protected Service |
buildService() |
protected void |
doAfterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
protected boolean |
isInBinding()
is in binding or not
|
protected void |
setProperties(BindingConverterContext bindingConverterContext) |
void |
setRef(Object ref) |
afterPropertiesSet, dealWithbindingConverterNotExist, getBeanId, getBindings, getInterfaceClass, getInterfaceType, isApiType, isSingleton, parseBindings, setApiType, setApplicationContext, setBeanId, setBindings, setDocumentEncoding, setElements, setInterfaceClass, setInterfaceType, setRepeatReferLimit, setUniqueIdpublic ServiceFactoryBean()
public ServiceFactoryBean(String interfaceType)
protected void doAfterPropertiesSet()
doAfterPropertiesSet in class AbstractContractFactoryBeanprotected void setProperties(BindingConverterContext bindingConverterContext)
setProperties in class AbstractContractFactoryBeanprotected Service buildService()
public Class<?> getObjectType()
protected boolean isInBinding()
AbstractContractFactoryBeanisInBinding in class AbstractContractFactoryBeanpublic void setRef(Object ref)
Copyright © 2021. All rights reserved.