当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
DefaultRemoteInvocationFactory (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.remoting.support
Class DefaultRemoteInvocationFactory
java.lang.Object
org.springframework.remoting.support.DefaultRemoteInvocationFactory
- All Implemented Interfaces:
- RemoteInvocationFactory
public class DefaultRemoteInvocationFactory
- extends Object
- implements RemoteInvocationFactory
Default implementation of the RemoteInvocationFactory interface.
Simply creates a new standard RemoteInvocation object.
- Since:
- 1.1
- Author:
- Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRemoteInvocationFactory
public DefaultRemoteInvocationFactory()
createRemoteInvocation
public RemoteInvocation createRemoteInvocation(MethodInvocation methodInvocation)
- Description copied from interface:
RemoteInvocationFactory
- Create a serializable RemoteInvocation object from the given AOP
MethodInvocation.
Can be implemented to add custom context information to the
remote invocation, for example user credentials.
- Specified by:
createRemoteInvocation
in interface RemoteInvocationFactory
- Parameters:
methodInvocation
- the original AOP MethodInvocation object
- Returns:
- the RemoteInvocation object
Copyright © 2002-2007 The Spring Framework.