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,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
Get the value to use as the injection source.
|
int |
hashCode() |
void |
resolve(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
public void getResourceValue(InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
InjectionSourcegetResourceValue in class InjectionSourceresolutionContext - the resolution context to useserviceBuilder - the builder for the binder servicephaseContext - the deployment phase contextinjector - the injector into which the value should be placedorg.jboss.as.server.deployment.DeploymentUnitProcessingException - if an error occurspublic void resolve(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.