The Bank inherit the TransformComponentSupport whereas the LoanBroker inherit the ComponentSupport (which is a super class of TransformComponentSupport). The TransformComponentSupport already implements the onMessage and defines an abstract method which must be implemented by Bank.
On 9/8/06, pradeep <[EMAIL PROTECTED]> wrote:
Well I was looking into loan broker example. In the Bank class transform() is used whereas in the LoanBroker onMessage() is used. Why is this. Sorry if the question is stupid. johper wrote: > > Maybe you can tell a little bit more in detail what you would like to do? > > > pradeep wrote: >> >> I am new to Servicemix. I am confused between onMessageExchange and the >> transform method. When I should them ?thanks >> > > -- View this message in context: http://www.nabble.com/onMessageExchange-and-transform-method-tf2232002.html#a6205627 Sent from the ServiceMix - User forum at Nabble.com.
-- Cheers, Guillaume Nodet
