Package org.logicblaze.lingo.jms.marshall

The marshalling interface and implementations to specify how Lingo invocations are transported over JMS messages.

See:
          Description

Interface Summary
HeaderMarshaller Strategy for custom header marshalling.
Marshaller  
 

Class Summary
AcegiHeaderMarshaller Ageci header marshaller which propagates the clients principal as a thread local variable on the server.
CompositeHeaderMarshaller Composite Header Marshaller which allows you to plugin multiple HeaderMarshaller strategies.
DefaultMarshaller Represents the strategy of object marshalling of requests and responses in and out of JMS messages.
LocaleHeaderMarshaller Propagates the client locale to the server's thread of execution.
NativeHeaderMarshaller Required header marshalling that is internal to Lingo.
XStreamMarshaller Uses XStream to marshall requests and responses into and out of messages.
 

Package org.logicblaze.lingo.jms.marshall Description

The marshalling interface and implementations to specify how Lingo invocations are transported over JMS messages.



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