org.logicblaze.lingo
Class LingoRemoteInvocationFactory

java.lang.Object
  extended byorg.logicblaze.lingo.LingoRemoteInvocationFactory
All Implemented Interfaces:
org.springframework.remoting.support.RemoteInvocationFactory

public class LingoRemoteInvocationFactory
extends Object
implements org.springframework.remoting.support.RemoteInvocationFactory

A factory of remote invocation instances which includes the extra Lingo metadata.

Version:
$Revision: 1.1 $

Constructor Summary
LingoRemoteInvocationFactory(MetadataStrategy metadataStrategy)
           
 
Method Summary
 org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
protected  MethodMetadata getMethodMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LingoRemoteInvocationFactory

public LingoRemoteInvocationFactory(MetadataStrategy metadataStrategy)
Method Detail

createRemoteInvocation

public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Specified by:
createRemoteInvocation in interface org.springframework.remoting.support.RemoteInvocationFactory

getMethodMetadata

protected MethodMetadata getMethodMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation)


Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.