Class MessageDrivenComponentCreateServiceFactory
- java.lang.Object
-
- org.jboss.as.ejb3.component.EJBComponentCreateServiceFactory
-
- org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentCreateServiceFactory
-
- All Implemented Interfaces:
ComponentCreateServiceFactory
public class MessageDrivenComponentCreateServiceFactory extends EJBComponentCreateServiceFactory
User: jpai
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.component.EJBComponentCreateServiceFactory
ejbJarConfiguration
-
Fields inherited from interface org.jboss.as.ee.component.ComponentCreateServiceFactory
BASIC
-
-
Constructor Summary
Constructors Constructor Description MessageDrivenComponentCreateServiceFactory(Class<?> messageListenerInterface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicComponentCreateServiceconstructService(ComponentConfiguration configuration)-
Methods inherited from class org.jboss.as.ejb3.component.EJBComponentCreateServiceFactory
setEjbJarConfiguration
-
-
-
-
Constructor Detail
-
MessageDrivenComponentCreateServiceFactory
public MessageDrivenComponentCreateServiceFactory(Class<?> messageListenerInterface)
-
-
Method Detail
-
constructService
public BasicComponentCreateService constructService(ComponentConfiguration configuration)
-
-