|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.remoting.support.DefaultRemoteInvocationFactory
public class DefaultRemoteInvocationFactory
Default implementation of the RemoteInvocationFactory interface.
Simply creates a new standard RemoteInvocation object.
| Constructor Summary | |
|---|---|
DefaultRemoteInvocationFactory()
|
|
| Method Summary | |
|---|---|
RemoteInvocation |
createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a serializable RemoteInvocation object from the given AOP MethodInvocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRemoteInvocationFactory()
| Method Detail |
|---|
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
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||