public abstract class UrlBasedRemoteAccessor extends RemoteAccessor implements InitializingBean
logger| コンストラクターと説明 |
|---|
UrlBasedRemoteAccessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
StringSE | getServiceUrl() このリモートアクセサーのターゲットサービスの URL を返します。 |
void | setServiceUrl(StringSE serviceUrl) このリモートアクセサーのターゲットサービスの URL を設定します。 |
getServiceInterface, setServiceInterfacegetBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoadercloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setServiceUrl(StringSE serviceUrl)
public StringSE getServiceUrl()
public void afterPropertiesSet()
InitializingBeanBeanFactoryAware、ApplicationContextAware などを満たした後、包含 BeanFactory によって呼び出されます。このメソッドにより、Bean インスタンスは、すべての Bean プロパティが設定されたときに、その全体的な構成の検証と最終的な初期化を実行できます。
InitializingBean の afterPropertiesSet