biz.hammurapi.jms.adapter
Interface Processor

All Known Implementing Classes:
ActivationProcessor, BroadcastingProcessor

public interface Processor

Processes object created from Message.

Author:
Pavel

Method Summary
 java.lang.Object process(java.lang.Object obj)
          Processes object
 

Method Detail

process

java.lang.Object process(java.lang.Object obj)
                         throws java.lang.Exception
Processes object

Parameters:
obj -
Returns:
Processing result. This result is sent as a reply from listener.
Throws:
java.lang.Exception - If exception is thrown it is also serialized and sent as error reply.


Copyright © 2006 Hammurapi Group. All Rights Reserved.