|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.logicblaze.lingo.jms.impl | The implementation classes for the JMS based Lingo binding. |
Uses of MetadataStrategy in org.logicblaze.lingo |
---|
Classes in org.logicblaze.lingo that implement MetadataStrategy | |
---|---|
class |
Backport175MetadataStrategy
An implementation of MetadataStrategy which uses the Backport175 library for working
with annotations on Java 1.x and 5 platforms. |
class |
CachingMetadataStrategy
Provides caching of metadata for performance. |
class |
SimpleMetadataStrategy
A simple metadata strategy which uses POJO naming conventions. |
Methods in org.logicblaze.lingo that return MetadataStrategy | |
---|---|
MetadataStrategy |
LingoRemoteInvocationFactory.getMetadataStrategy()
|
static MetadataStrategy |
MetadataStrategyHelper.newInstance()
Creates a new default instance of MetadataStrategy. |
Methods in org.logicblaze.lingo with parameters of type MetadataStrategy | |
---|---|
void |
LingoRemoteInvocationFactory.setMetadataStrategy(MetadataStrategy metadataStrategy)
|
Constructors in org.logicblaze.lingo with parameters of type MetadataStrategy | |
---|---|
CachingMetadataStrategy(MetadataStrategy proxy)
|
|
CachingMetadataStrategy(MetadataStrategy proxy,
Map cache)
|
|
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 |
MetadataStrategy |
JmsServiceExporterMessageListener.getMetadataStrategy()
|
MetadataStrategy |
JmsClientInterceptor.getMetadataStrategy()
|
Methods in org.logicblaze.lingo.jms with parameters of type MetadataStrategy | |
---|---|
void |
JmsServiceExporterMessageListener.setMetadataStrategy(MetadataStrategy metadataStrategy)
|
void |
JmsClientInterceptor.setMetadataStrategy(MetadataStrategy metadataStrategy)
|
Uses of MetadataStrategy in org.logicblaze.lingo.jms.impl |
---|
Constructors in org.logicblaze.lingo.jms.impl with parameters of type MetadataStrategy | |
---|---|
AsyncReplyHandler(Object pojo,
Marshaller marshaller,
MetadataStrategy metadataStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |