Cyrille Giquello wrote: > Hello. > > I'm a bit loosing in da xmlBlaster's API. > > In java, to handle received messages access, we use > org.xmlBlaster.engine.helper.MessageUnit. > This class has to be keeped slim, because it is serialized and passed with RMI. > > So, is there another MessageUnit class that contains accessors like : String >getKeyOid() > ??? > > How do you handling received messages ?? > What package are you using for parsing Key ? Parsing messages ?? > Can you give me some code example ?? > > I need that, because I don't want to learn how to use Regular Expression in Java. > I did some Perl RegEx in xmlBlaster/demo/perl/xmlrpc to parse some parts of key.
The directory xmlBlaster/src/java/org/xmlBlaster/engine/xml2java contains the server side parser, the directory xmlBlaster/src/java/org/xmlBlaster/util some of the client side wrappers. good luck, Marcel -- Marcel Ruff mailto:[EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ http://www.xmlBlaster.org
