Package | Description |
---|---|
org.jboss.wsf.spi.deployment |
Modifier and Type | Method and Description |
---|---|
DeploymentType |
Deployment.getType()
Get the deployment type
|
static DeploymentType |
DeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentType[] |
DeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract DeploymentAspectManager |
DeploymentAspectManagerFactory.getDeploymentAspectManager(DeploymentType deploymentType) |
void |
Deployment.setType(DeploymentType type)
Set the deployment type
|
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.