Uses of Interface
org.logicblaze.lingo.jms.marshall.Marshaller

Packages that use Marshaller
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. 
org.logicblaze.lingo.jms.marshall The marshalling interface and implementations to specify how Lingo invocations are transported over JMS messages. 
 

Uses of Marshaller in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms that return Marshaller
 Marshaller JmsClient.getMarshaller()
           
 Marshaller JmsClientInterceptor.getMarshaller()
           
 Marshaller JmsServiceExporterMessageListener.getMarshaller()
           
 

Methods in org.logicblaze.lingo.jms with parameters of type Marshaller
 void JmsClient.setMarshaller(Marshaller marshaller)
           
 void JmsClientInterceptor.setMarshaller(Marshaller marshaller)
           
 void JmsServiceExporterMessageListener.setMarshaller(Marshaller marshaller)
           
 

Uses of Marshaller in org.logicblaze.lingo.jms.impl
 

Constructors in org.logicblaze.lingo.jms.impl with parameters of type Marshaller
AsyncReplyHandler(java.lang.Object pojo, Marshaller marshaller, MetadataStrategy metadataStrategy)
           
ResultJoinHandler(Marshaller marshaller, ResultJoinStrategy joinStrategy)
           
 

Uses of Marshaller in org.logicblaze.lingo.jms.marshall
 

Classes in org.logicblaze.lingo.jms.marshall that implement Marshaller
 class DefaultMarshaller
          Represents the strategy of object marshalling of requests and responses in and out of JMS messages.
 class XStreamMarshaller
          Uses XStream to marshall requests and responses into and out of messages.
 



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