|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.remoting.support.RemoteAccessor org.springframework.remoting.support.UrlBasedRemoteAccessor
Abstract base class for classes that access remote services via URLs. Provides a "serviceUrl" bean property.
Field Summary |
Fields inherited from class org.springframework.remoting.support.RemoteAccessor |
logger |
Constructor Summary | |
UrlBasedRemoteAccessor()
|
Method Summary | |
protected java.lang.String |
getServiceUrl()
Return the URL of the service that this factory should create a proxy for. |
void |
setServiceUrl(java.lang.String serviceUrl)
Set the URL of the service that this factory should create a proxy for. |
Methods inherited from class org.springframework.remoting.support.RemoteAccessor |
getServiceInterface, setServiceInterface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UrlBasedRemoteAccessor()
Method Detail |
public void setServiceUrl(java.lang.String serviceUrl)
protected java.lang.String getServiceUrl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |