|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
JmsServiceExporterMessageListener.introduceRemoteReferences(LingoInvocation invocation,
javax.jms.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 | |
---|---|
void |
NativeHeaderMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
A strategy method for derived classes to allow them a plugin point to perform custom header processing |
void |
HeaderMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
A strategy method for derived classes to allow them a plugin point to perform custom header processing. |
void |
AcegiHeaderMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
|
void |
LocaleHeaderMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
|
void |
DefaultMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
|
void |
CompositeHeaderMarshaller.appendMessageHeaders(javax.jms.Message message,
Requestor requestor,
LingoInvocation invocation)
|
javax.jms.Message |
Marshaller.createRequestMessage(Requestor requestor,
LingoInvocation invocation)
Creates the request message |
javax.jms.Message |
DefaultMarshaller.createRequestMessage(Requestor requestor,
LingoInvocation invocation)
|
javax.jms.Message |
XStreamMarshaller.createRequestMessage(Requestor requestor,
LingoInvocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |