Which option will a developer use to obtain a MessageDrivenContext in a messagE. driven bean
class written to the EJB 3.0 API?
A.
Implement the MessageDrivenBean interface.
B.
Specify MessageDrivenContext as a constructor parameter.
C.
Declare a dependency on the MessageDrivenContext interface.
D.
Specify MessageDrivenContext as a parameter of the onMessage method.