org.logicblaze.lingo
Class LingoRemoteInvocationFactory

java.lang.Object
  extended by org.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: 76 $

Constructor Summary
LingoRemoteInvocationFactory(MetadataStrategy metadataStrategy)
           
 
Method Summary
 org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 MetadataStrategy getMetadataStrategy()
           
protected  MethodMetadata getMethodMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 void setMetadataStrategy(MetadataStrategy metadataStrategy)
           
 
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

getMetadataStrategy

public MetadataStrategy getMetadataStrategy()

setMetadataStrategy

public void setMetadataStrategy(MetadataStrategy metadataStrategy)

getMethodMetadata

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


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