public interface EndpointDeployer
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ActivationSpec |
createActivationSpecs(String resourceAdapterName,
Class<?> messageListenerInterface,
Properties beanProps,
ClassLoader classLoader)
The deployer configures an ActivationSpec JavaBean instance based on the
information provided by the application developer or assembler, which is contained
in the endpoint deployment descriptor or by way of metadata annotations described
in Section 18.7, “@Activation” on page 18-14.
|
javax.resource.spi.ActivationSpec createActivationSpecs(String resourceAdapterName, Class<?> messageListenerInterface, Properties beanProps, ClassLoader classLoader)
resourceAdapterName
- the name of the resource adapter to usemessageListenerInterface
- the listener interface of the endpointbeanProps
- the standard and provider-specific information for configuring the activation specclassLoader
- the class loader which holds the activation spec classCopyright © 2015 JBoss by Red Hat. All rights reserved.