Uses of Interface
org.logicblaze.lingo.MetadataStrategy

Packages that use MetadataStrategy
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 MetadataStrategy in org.logicblaze.lingo
 

Classes in org.logicblaze.lingo that implement MetadataStrategy
 class SimpleMetadataStrategy
          A simple metadata strategy which uses POJO naming conventions.
 

Constructors in org.logicblaze.lingo with parameters of type MetadataStrategy
LingoRemoteInvocationFactory(MetadataStrategy metadataStrategy)
           
 

Uses of MetadataStrategy in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms that return MetadataStrategy
protected  MetadataStrategy JmsClientInterceptor.createMetadataStrategy()
          Factory method to create a default metadata strategy if none is configured
 



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