From: <nc...@in...> - 2001-12-18 01:36:51
|
Hello! I got a question about sync4j.framework.server.AbstractRequestProcessor. In AbstractRequestProcessor class, the message processing method is like this. protected abstract sync4j.core.Message processMessage( final sync4j.core.Message msg) throws java.io.IOException; But in some cases, the sync 'engine' should know the output encoding type (XML or WBXML). 'Cause if one should send multiple messages in a package, it should be able to determine how many items may be sent in a message, and it depends on encoding type of sending message. Any Idea? Cheers, Jay |