Uses of Class
org.logicblaze.lingo.LingoInvocation

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

Uses of LingoInvocation in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms with parameters of type LingoInvocation
protected  void JmsServiceExporterSupport.introduceRemoteReferences(LingoInvocation invocation, Message requestMessage)
          Lets replace any remote object correlation IDs with dynamic proxies
protected  void JmsClientInterceptor.replaceRemoteReferences(LingoInvocation invocation, MethodMetadata metadata)
           
 

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

Methods in org.logicblaze.lingo.jms.marshall with parameters of type LingoInvocation
 Message XStreamMarshaller.createRequestMessage(Requestor requestor, LingoInvocation invocation)
           
 Message Marshaller.createRequestMessage(Requestor requestor, LingoInvocation invocation)
          Creates the request message
 Message DefaultMarshaller.createRequestMessage(Requestor requestor, LingoInvocation invocation)
           
protected  void DefaultMarshaller.appendMessageHeaders(Message message, Requestor requestor, LingoInvocation invocation)
          A strategy method for derived classes to allow them a plugin point to perform custom header processing
 



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