Re: QuickFIXJ Filtering

2012-03-16 Thread Claus Ibsen
== "blah" And then have a method signature public String fooMethod(Object body, String code) { ... } > Thanks, > > Geoff > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Thursday, March 15, 2012 4:35 AM > To: users@camel

RE: QuickFIXJ Filtering

2012-03-15 Thread Gershaw, Geoffrey
o: users@camel.apache.org Subject: Re: QuickFIXJ Filtering Hi It depends how complicated it is to get that information from FIX. What code do you do in your bean? The simple language have basic OGNL support, so you can invoke methods. But if you need a bit more, then you can use scripting langu

Re: QuickFIXJ Filtering

2012-03-15 Thread Claus Ibsen
Hi It depends how complicated it is to get that information from FIX. What code do you do in your bean? The simple language have basic OGNL support, so you can invoke methods. But if you need a bit more, then you can use scripting languages such as groovy, java script etc. http://camel.apache.org