« Return to Thread: Prevent method being called when DWR marshal's object.

Prevent method being called when DWR marshal's object.

by stephensitton :: Rate this Message:

Reply to Author | View in Thread

Hi,

In my dwr.xml have the following:

<convert converter="bean" match="com.SomeClass"/>

In this class I have a method that I don't want to be called when DWR marshal's this from server to client.  Is there a setting in the dwr.xml or an annotation I can use to prevent this method being called?

thanks
Steve

 « Return to Thread: Prevent method being called when DWR marshal's object.