Package | Description |
---|---|
org.jboss.wsf.spi.deployment | |
org.jboss.wsf.spi.security |
Modifier and Type | Interface and Description |
---|---|
interface |
ArchiveDeployment
A general web service deployment dep.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Service.getDeployment()
Get the deployment this service belongs to
|
abstract Deployment |
DeploymentModelFactory.newDeployment(String simpleName,
ClassLoader initialLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
DeploymentAspect.canHandle(Deployment dep) |
void |
DeploymentAspectManager.deploy(Deployment dep)
Deploy a web service
|
void |
Service.setDeployment(Deployment dep)
Set the deployment this service belongs to
|
void |
DeploymentAspect.start(Deployment dep) |
void |
DeploymentAspect.stop(Deployment dep) |
void |
DeploymentAspectManager.undeploy(Deployment dep)
Undeploy a web service
|
Modifier and Type | Method and Description |
---|---|
boolean |
JASPIAuthenticationProvider.enableServerAuthentication(Deployment dep,
JBossWebservicesMetaData wsmd) |
Copyright © 2016 JBoss, by Red Hat. All rights reserved.