Uses of Interface
org.jboss.wsf.spi.deployment.DeploymentAspect
-
Packages that use DeploymentAspect Package Description org.jboss.wsf.spi.deployment -
-
Uses of DeploymentAspect in org.jboss.wsf.spi.deployment
Methods in org.jboss.wsf.spi.deployment that return types with arguments of type DeploymentAspect Modifier and Type Method Description List<DeploymentAspect>DeploymentAspectManager. getDeploymentAspects()Get the list of registered deployment aspectsMethod parameters in org.jboss.wsf.spi.deployment with type arguments of type DeploymentAspect Modifier and Type Method Description voidDeploymentAspectManager. setDeploymentAspects(List<DeploymentAspect> aspects)Set the list of registered deployment aspects
-