Overriding DefaultMarshaller

View: New views
3 Messages — Rating Filter:   Alert me  

Overriding DefaultMarshaller

by pradeep :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I want to override DefaultMarshaller for my application, so I would like to know when are the methods readMessage() and createObjectMessage called? During the request path or the response path.
Thanks. pradeep

Re: Overriding DefaultMarshaller

by James.Strachan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/23/06, pradeep <pradeepzmail@...> wrote:
>
> I want to override DefaultMarshaller for my application, so I would like to
> know when are the methods readMessage() and createObjectMessage called?
> During the request path or the response path.

Those methods are not used when using spring remoting (making generic
requests and responses) but are used for more general purpose requests
such as for the JMS implementation of Queue etc.
--

James
-------
http://radio.weblogs.com/0112098/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Re: Overriding DefaultMarshaller

by pradeep :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cool. I dont have to bother about them. Thanks James. :)

pradeep

James.Strachan wrote:
On 11/23/06, pradeep <pradeepzmail@gmail.com> wrote:
>
> I want to override DefaultMarshaller for my application, so I would like to
> know when are the methods readMessage() and createObjectMessage called?
> During the request path or the response path.

Those methods are not used when using spring remoting (making generic
requests and responses) but are used for more general purpose requests
such as for the JMS implementation of Queue etc.
--

James
-------
http://radio.weblogs.com/0112098/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email