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 JmsServiceExporterSupport.getMarshaller()
           
 Marshaller JmsClientInterceptor.getMarshaller()
           
 

Methods in org.logicblaze.lingo.jms with parameters of type Marshaller
 void JmsServiceExporterSupport.setMarshaller(Marshaller marshaller)
           
 void JmsClientInterceptor.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(Object pojo, Marshaller marshaller)
           
 

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 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 © 2005 LogicBlaze, Inc.. All Rights Reserved.