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.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
Copyright © 2018 JBoss by Red Hat. All rights reserved.