|
||||||||||
| 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,
java.util.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 |
JmsClientInterceptor.getMetadataStrategy()
|
MetadataStrategy |
JmsServiceExporterMessageListener.getMetadataStrategy()
|
| Methods in org.logicblaze.lingo.jms with parameters of type MetadataStrategy | |
|---|---|
void |
JmsClientInterceptor.setMetadataStrategy(MetadataStrategy metadataStrategy)
|
void |
JmsServiceExporterMessageListener.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(java.lang.Object pojo,
Marshaller marshaller,
MetadataStrategy metadataStrategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||