java.lang.Object | |||
↳ | org.springframework.remoting.support.RemotingSupport | ||
↳ | 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, which is considered as required.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invoked by a BeanFactory after it has set all bean properties supplied
(and satisfied BeanFactoryAware and ApplicationContextAware).
| |||||||||||
Return the URL of this remote accessor's target service.
| |||||||||||
Set the URL of this remote accessor's target service.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
Set the URL of this remote accessor's target service. The URL must be compatible with the rules of the particular remoting provider.