public class HproseProxyFactoryBean
extends org.springframework.remoting.support.UrlBasedRemoteAccessor
implements org.springframework.beans.factory.FactoryBean
| 构造器和说明 |
|---|
HproseProxyFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
String |
getCertificatePassword() |
String |
getCertificatePath() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setAfterFilterHandler(hprose.common.FilterHandler value) |
void |
setBeforeFilterHandler(hprose.common.FilterHandler value) |
void |
setCertificatePassword(String certificatePassword) |
void |
setCertificatePath(String certificatePath) |
void |
setFilter(hprose.common.HproseFilter filter) |
void |
setInvokeHandler(hprose.common.InvokeHandler value) |
void |
setKeepAlive(boolean value) |
void |
setKeepAliveTimeout(int value) |
void |
setMode(hprose.io.HproseMode value) |
void |
setProxyHost(String value) |
void |
setProxyPass(String value) |
void |
setProxyPort(int value) |
void |
setProxyUser(String value) |
void |
setTimeout(int value) |
getServiceInterface, setServiceInterfacepublic void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanafterPropertiesSet 在类中 org.springframework.remoting.support.UrlBasedRemoteAccessorpublic void setKeepAlive(boolean value)
public void setKeepAliveTimeout(int value)
public void setProxyHost(String value)
public void setProxyPort(int value)
public void setProxyUser(String value)
public void setProxyPass(String value)
public void setTimeout(int value)
public void setMode(hprose.io.HproseMode value)
public void setFilter(hprose.common.HproseFilter filter)
public void setInvokeHandler(hprose.common.InvokeHandler value)
public void setBeforeFilterHandler(hprose.common.FilterHandler value)
public void setAfterFilterHandler(hprose.common.FilterHandler value)
public Object getObject() throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBeanpublic String getCertificatePath()
public void setCertificatePath(String certificatePath)
public String getCertificatePassword()
public void setCertificatePassword(String certificatePassword)
Copyright © 2018. All rights reserved.