javax.resource.cci
Interface MessageListener


public interface MessageListener

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


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

Method Detail

onMessage

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

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