public class EJBClientDescriptorMetaDataProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Attachments.EJB_CLIENT_METADATA key corresponding to EJBClientDescriptorMetaData, in the deployment unit.
If a EJBClientDescriptorMetaData is available then this deployment unit processor creates and installs a
DescriptorBasedEJBClientContextService. It then attaches the EJBClientContext as an
attachment to the deployment unit, under the key EjbDeploymentAttachmentKeys.EJB_CLIENT_CONTEXT| Constructor and Description |
|---|
EJBClientDescriptorMetaDataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public EJBClientDescriptorMetaDataProcessor()
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionpublic void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorCopyright © 2023 JBoss by Red Hat. All rights reserved.