|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Marshaller
| Method Summary | |
|---|---|
Message |
createObjectMessage(Session session,
Object value)
Creates a message for a Java Object for when distributing objects in collections |
Message |
createRequestMessage(Requestor requestor,
LingoInvocation invocation)
Creates the request message |
Message |
createResponseMessage(Session session,
org.springframework.remoting.support.RemoteInvocationResult result,
Message requestMessage)
Creates the response message |
org.springframework.remoting.support.RemoteInvocationResult |
extractInvocationResult(Message message)
Extracts the invocation result from the response message |
Object |
readMessage(Message message)
Extracts the body from the given JMS message |
org.springframework.remoting.support.RemoteInvocation |
readRemoteInvocation(Message message)
Read a RemoteInvocation from the given JMS message |
| Method Detail |
|---|
Message createRequestMessage(Requestor requestor,
LingoInvocation invocation)
throws JMSException
requestor - invocation - the remote invocation to send
JMSException - if the message could not be created
Message createResponseMessage(Session session,
org.springframework.remoting.support.RemoteInvocationResult result,
Message requestMessage)
throws JMSException
session - the JMS session to useresult - the result invocationrequestMessage - the original request message
JMSException - if the message could not be created
org.springframework.remoting.support.RemoteInvocationResult extractInvocationResult(Message message)
throws JMSException
message - the response message
JMSException - is thrown if a JMS exception occurs
org.springframework.remoting.support.RemoteInvocation readRemoteInvocation(Message message)
throws JMSException
message - current JMS message
JMSException
Message createObjectMessage(Session session,
Object value)
throws JMSException
JMSException
Object readMessage(Message message)
throws JMSException
JMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||