public abstract class UrlBasedRemoteAccessor extends RemoteAccessor implements InitializingBean
logger| コンストラクターと説明 |
|---|
UrlBasedRemoteAccessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() 指定されたすべての Bean プロパティを設定した(そして BeanFactoryAware と ApplicationContextAware を満たした)後に BeanFactory によって呼び出されます。 |
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()
InitializingBeanこのメソッドにより、Bean インスタンスは、すべての Bean プロパティが設定されている場合にのみ可能な初期化を実行し、設定ミスの場合に例外をスローできます。
InitializingBean の afterPropertiesSet