Uses of Class
org.logicblaze.lingo.MethodMetadata

Packages that use MethodMetadata
org.logicblaze.lingo The core APIs and classes in Lingo to provide the Metadata Strategy and to add the full Message Exchange Pattern metadata to the Spring RemoteInvocation POJO. 
org.logicblaze.lingo.jms The classes required to configure a JMS based implementation of Lingo together with the extension point interfaces. 
 

Uses of MethodMetadata in org.logicblaze.lingo
 

Methods in org.logicblaze.lingo that return MethodMetadata
 MethodMetadata SimpleMetadataStrategy.getMethodMetadata(Method method)
           
 MethodMetadata MetadataStrategy.getMethodMetadata(Method method)
          Generates the method specific metadata for the given method invocation
protected  MethodMetadata LingoRemoteInvocationFactory.getMethodMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 MethodMetadata LingoInvocation.getMetadata()
          Returns the metadata associated with this invocation, such as whether or not it should be considered a one-way invocation, which parameters should be considered remote (listeners) versus which objects should be passed by value etc.
 

Constructors in org.logicblaze.lingo with parameters of type MethodMetadata
LingoInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
           
LingoInvocation(String s, Class[] classes, Object[] objects, MethodMetadata metadata)
           
 

Uses of MethodMetadata in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms with parameters of type MethodMetadata
protected  void JmsClientInterceptor.replaceRemoteReferences(LingoInvocation invocation, MethodMetadata metadata)
           
 



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