|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderMarshaller | |
---|---|
org.logicblaze.lingo.jms.marshall | The marshalling interface and implementations to specify how Lingo invocations are transported over JMS messages. |
Uses of HeaderMarshaller in org.logicblaze.lingo.jms.marshall |
---|
Classes in org.logicblaze.lingo.jms.marshall that implement HeaderMarshaller | |
---|---|
class |
AcegiHeaderMarshaller
Ageci header marshaller which propagates the clients principal as a thread local variable on the server. |
class |
CompositeHeaderMarshaller
Composite Header Marshaller which allows you to plugin multiple HeaderMarshaller strategies. |
class |
DefaultMarshaller
Represents the strategy of object marshalling of requests and responses in and out of JMS messages. |
class |
LocaleHeaderMarshaller
Propagates the client locale to the server's thread of execution. |
class |
NativeHeaderMarshaller
Required header marshalling that is internal to Lingo. |
class |
XStreamMarshaller
Uses XStream to marshall requests and responses into and out of messages. |
Fields in org.logicblaze.lingo.jms.marshall declared as HeaderMarshaller | |
---|---|
protected HeaderMarshaller |
DefaultMarshaller.headerMarshaller
|
protected HeaderMarshaller |
DefaultMarshaller.nativeHeaderMarshaller
|
Methods in org.logicblaze.lingo.jms.marshall with parameters of type HeaderMarshaller | |
---|---|
void |
CompositeHeaderMarshaller.addHeaderMarshaller(HeaderMarshaller headerMarshaller)
|
void |
CompositeHeaderMarshaller.removeHeaderMarshaller(HeaderMarshaller headerMarshaller)
|
void |
DefaultMarshaller.setHeaderMarshaller(HeaderMarshaller headerMarshaller)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |