public class DefaultRemoteInvocationFactory extends Object implements RemoteInvocationFactory
RemoteInvocationFactory interface.
 Simply creates a new standard RemoteInvocation object.| Constructor and Description | 
|---|
| DefaultRemoteInvocationFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteInvocation | createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)Create a serializable RemoteInvocation object from the given AOP
 MethodInvocation. | 
public RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
RemoteInvocationFactoryCan be implemented to add custom context information to the remote invocation, for example user credentials.
createRemoteInvocation in interface RemoteInvocationFactorymethodInvocation - the original AOP MethodInvocation object