public class MessageDestinationInjectionSource extends InjectionSource
InjectionSource
responsible for finding a message destinationInjectionSource.ResolutionContext
Constructor and Description |
---|
MessageDestinationInjectionSource(String messageDestinationName,
String bindingName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
Get the value to use as the injection source.
|
int |
hashCode() |
void |
resolve(DeploymentPhaseContext phaseContext) |
public void getResourceValue(InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) throws DeploymentUnitProcessingException
InjectionSource
getResourceValue
in class InjectionSource
resolutionContext
- the resolution context to useserviceBuilder
- the builder for the binder servicephaseContext
- the deployment phase contextinjector
- the injector into which the value should be placedDeploymentUnitProcessingException
- if an error occurspublic void resolve(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.