java.lang.Objectorg.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
org.springframework.remoting.caucho.CauchoRemoteAccessor
All Implemented Interfaces:
InitializingBean, BeanClassLoaderAware
Juergen - Hoeller1.1.4 - | Fields inherited from org.springframework.remoting.support.RemotingSupport: |
|---|
| logger |
| Method from org.springframework.remoting.caucho.CauchoRemoteAccessor Summary: |
|---|
| afterPropertiesSet, getPassword, getUsername, isOverloadEnabled, prepare, setOverloadEnabled, setPassword, setUsername |
| Methods from org.springframework.remoting.support.UrlBasedRemoteAccessor: |
|---|
| afterPropertiesSet, getServiceUrl, setServiceUrl |
| Methods from org.springframework.remoting.support.RemoteAccessor: |
|---|
| getServiceInterface, setServiceInterface |
| Methods from org.springframework.remoting.support.RemotingSupport: |
|---|
| getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.remoting.caucho.CauchoRemoteAccessor Detail: |
|---|
|
|
|
|
This implementation just checks whether "serviceInterface" and "serviceUrl" have been specified. Concrete initialization is added in HessianClientInterceptor and BurlapClientInterceptor. |
|
The password will be sent by Hessian/Burlap via HTTP Basic Authentication. |
The username will be sent by Hessian/Burlap via HTTP Basic Authentication. |