com.interface21.remoting.caucho
Class BurlapProxyFactoryBean
java.lang.Object
|
+--com.interface21.remoting.support.RemoteProxyFactoryBean
|
+--com.interface21.remoting.support.AuthorizableRemoteProxyFactoryBean
|
+--com.interface21.remoting.caucho.BurlapProxyFactoryBean
- All Implemented Interfaces:
- FactoryBean, InitializingBean
- public class BurlapProxyFactoryBean
- extends AuthorizableRemoteProxyFactoryBean
Factory bean for Burlap proxies. Behaves like the proxied service when
used as bean reference, exposing the specified service interface.
The service URL must be an HTTP URL exposing a Burlap service.
Supports authentication via username and password.
Burlap is a slim, XML-based RPC protocol.
For information on Burlap, see the
Burlap website
Note: Burlap services accessed with this proxy factory do not have to be
exported via BurlapServiceExporter, as there isn't any special handling involved.
- Since:
- 13.05.2003
- Author:
- Juergen Hoeller
- See Also:
BurlapServiceExporter
|
Method Summary |
protected java.lang.Object |
createProxy()
Create the proxy instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BurlapProxyFactoryBean
public BurlapProxyFactoryBean()
createProxy
protected java.lang.Object createProxy()
throws java.net.MalformedURLException
- Description copied from class:
RemoteProxyFactoryBean
- Create the proxy instance. Can use the properties of this factory,
although the actually used settings will vary.
For example, certain protocols do not support authentication.
- Overrides:
createProxy in class RemoteProxyFactoryBean
- Following copied from class:
com.interface21.remoting.support.RemoteProxyFactoryBean
- Returns:
- the new proxy instance
Rod Johnson and Spring contributors 2001-2003.