But there is no handshake.  The server side just listens on the wire for anyone 
who wants to send it data.  It then takes the stream and tries to convert it 
via whatever format it chooses.  

If the server happens to be configured to use Foo unmarshaller and the client 
streams data to the server, the Foo unmarshaller will throw an exception if it 
does not understand how to unmarshall that data (in the case the client is 
asking for a Foo marshaller).  The data the client sent is lost, so there is no 
way to throw this request up to a higher level.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864511#3864511

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864511


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to