Modifier and Type | Method and Description |
---|---|
List<BindingConfiguration> |
EEModuleClassDescription.getBindingConfigurations()
Get the binding configurations for this EE module class.
|
List<BindingConfiguration> |
InterceptorEnvironment.getBindingConfigurations() |
List<BindingConfiguration> |
EEModuleDescription.getBindingConfigurations() |
List<BindingConfiguration> |
ViewConfiguration.getBindingConfigurations()
Get the binding configurations for this view.
|
List<BindingConfiguration> |
ComponentDescription.getBindingConfigurations()
Get the binding configurations for this component.
|
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
ResourceReferenceProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected abstract List<BindingConfiguration> |
AbstractDeploymentDescriptorBindingsProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModuleJndiBindingProcessor.addJndiBinding(EEModuleConfiguration module,
BindingConfiguration bindingConfiguration,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
List<org.jboss.msc.service.ServiceName> dependencies) |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EeLogger.nullBindingName(BindingConfiguration config)
Creates an exception indicating the binding name must not be
null . |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EeLogger_$logger.nullBindingName(BindingConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
ResourceDefinitionDescriptorProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
EjbRefProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses)
Resolves ejb-ref and ejb-local-ref elements
|
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
PersistenceRefProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
WSRefDDProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit unit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.