org.springframework.remoting.support
Class UrlBasedRemoteAccessor
java.lang.Object
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
- Direct Known Subclasses:
- CauchoRemoteAccessor, RemoteInvocationBasedAccessor
public abstract class UrlBasedRemoteAccessor
- extends RemoteAccessor
Abstract base class for classes that access remote services via URLs.
Provides a "serviceUrl" bean property.
- Since:
- 15.12.2003
- Author:
- Juergen Hoeller
Method Summary |
String |
getServiceUrl()
Return the URL of the service that this factory should create a proxy for. |
void |
setServiceUrl(String serviceUrl)
Set the URL of the service that this factory should create a proxy for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlBasedRemoteAccessor
public UrlBasedRemoteAccessor()
setServiceUrl
public void setServiceUrl(String serviceUrl)
- Set the URL of the service that this factory should create a proxy for.
The URL must regard the rules of the particular remoting tool.
getServiceUrl
public String getServiceUrl()
- Return the URL of the service that this factory should create a proxy for.
Copyright (c) 2002-2007 The Spring Framework Project.