javax.resource.cci
Interface MessageListener


public interface MessageListener

A request/response message listener that message driven beans may implement


Method Summary
 Record onMessage(Record inputData)
          Request response style message listener
 

Method Detail

onMessage

Record onMessage(Record inputData)
                 throws ResourceException
Request response style message listener

Parameters:
inputData - the input data
Returns:
the response or null
Throws:
ResourceException - for any error


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.