|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Message |
createRequestMessage(Requestor requestor,
LingoInvocation invocation)
Creates the request message |
org.springframework.remoting.support.RemoteInvocationResult |
extractInvocationResult(Message message)
Extracts the invocation result from the response message |
org.springframework.remoting.support.RemoteInvocation |
readRemoteInvocation(Message message)
Read a RemoteInvocation from the given JMS message |
Method Detail |
public Message createRequestMessage(Requestor requestor, LingoInvocation invocation) throws JMSException
requestor
- invocation
- the remote invocation to send
JMSException
- if the message could not be createdpublic org.springframework.remoting.support.RemoteInvocationResult extractInvocationResult(Message message) throws JMSException
message
- the response message
JMSException
- is thrown if a JMS exception occurspublic org.springframework.remoting.support.RemoteInvocation readRemoteInvocation(Message message) throws JMSException
message
- current JMS message
JMSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |