
com.oneandone.ejbcdiunit.resourcesimulators.MessageContextSimulation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ejb-cdi-unit Show documentation
Show all versions of ejb-cdi-unit Show documentation
A module that can be used together with cdiunit to build en ejb-test-environment.
The newest version!
package com.oneandone.ejbcdiunit.resourcesimulators;
import javax.ejb.MessageDrivenContext;
/**
* @author aschoerk
*/
public class MessageContextSimulation extends EjbContextSimulation implements MessageDrivenContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy