public class XxlRpcSpringProviderFactory extends XxlRpcProviderFactory implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| 构造器和说明 |
|---|
XxlRpcSpringProviderFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
setAccessToken(String accessToken) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setIp(String ip) |
void |
setNetType(String netType) |
void |
setPort(int port) |
void |
setSerialize(String serialize) |
void |
setServiceRegistryClass(Class<? extends ServiceRegistry> serviceRegistryClass) |
void |
setServiceRegistryParam(Map<String,String> serviceRegistryParam) |
addService, getPort, getSerializer, getServiceData, initConfig, invokeService, makeServiceKey, start, stoppublic void setNetType(String netType)
public void setSerialize(String serialize)
public void setIp(String ip)
public void setPort(int port)
public void setAccessToken(String accessToken)
public void setServiceRegistryClass(Class<? extends ServiceRegistry> serviceRegistryClass)
public void setServiceRegistryParam(Map<String,String> serviceRegistryParam)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2018. All rights reserved.