Uses of Class
org.jboss.as.ee.component.BindingConfiguration
-
Packages that use BindingConfiguration Package Description org.jboss.as.ee.component org.jboss.as.ee.component.deployers org.jboss.as.ee.logging org.jboss.as.ee.resource.definition -
-
Uses of BindingConfiguration in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return types with arguments of type BindingConfiguration Modifier and Type Method Description List<BindingConfiguration>ComponentDescription. getBindingConfigurations()Get the binding configurations for this component.List<BindingConfiguration>EEModuleClassDescription. getBindingConfigurations()Get the binding configurations for this EE module class.List<BindingConfiguration>EEModuleDescription. getBindingConfigurations()List<BindingConfiguration>InterceptorEnvironment. getBindingConfigurations()List<BindingConfiguration>ViewConfiguration. getBindingConfigurations()Get the binding configurations for this view. -
Uses of BindingConfiguration in org.jboss.as.ee.component.deployers
Methods in org.jboss.as.ee.component.deployers that return types with arguments of type BindingConfiguration Modifier and Type Method Description 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)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)Methods in org.jboss.as.ee.component.deployers with parameters of type BindingConfiguration Modifier and Type Method Description protected voidModuleJndiBindingProcessor. addJndiBinding(EEModuleConfiguration module, BindingConfiguration bindingConfiguration, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, List<org.jboss.msc.service.ServiceName> dependencies) -
Uses of BindingConfiguration in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type BindingConfiguration Modifier and Type Method Description org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger_$logger. nullBindingName(BindingConfiguration config)org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEeLogger. nullBindingName(BindingConfiguration config)Creates an exception indicating the binding name must not benull. -
Uses of BindingConfiguration in org.jboss.as.ee.resource.definition
Methods in org.jboss.as.ee.resource.definition that return types with arguments of type BindingConfiguration Modifier and Type Method 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)
-