org.logicblaze.lingo
Class LingoRemoteInvocationFactory
java.lang.Object
org.logicblaze.lingo.LingoRemoteInvocationFactory
- All Implemented Interfaces:
- org.springframework.remoting.support.RemoteInvocationFactory
public class LingoRemoteInvocationFactory
- extends java.lang.Object
- implements org.springframework.remoting.support.RemoteInvocationFactory
A factory of remote invocation instances which includes the extra Lingo
metadata.
- Version:
- $Revision: 76 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LingoRemoteInvocationFactory
public LingoRemoteInvocationFactory(MetadataStrategy metadataStrategy)
createRemoteInvocation
public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
- Specified by:
createRemoteInvocation
in interface org.springframework.remoting.support.RemoteInvocationFactory
getMetadataStrategy
public MetadataStrategy getMetadataStrategy()
setMetadataStrategy
public void setMetadataStrategy(MetadataStrategy metadataStrategy)
getMethodMetadata
protected MethodMetadata getMethodMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation)
Copyright © 2009 LogicBlaze, Inc.. All Rights Reserved.