public class DefaultDeploymentModelFactory
extends org.jboss.wsf.spi.deployment.DeploymentModelFactory
| Constructor and Description |
|---|
DefaultDeploymentModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.wsf.spi.deployment.Deployment |
newDeployment(String simpleName,
ClassLoader initialLoader) |
org.jboss.wsf.spi.deployment.Endpoint |
newHttpEndpoint(String targetBean) |
org.jboss.wsf.spi.deployment.Endpoint |
newJMSEndpoint(String targetBean) |
org.jboss.wsf.spi.deployment.Service |
newService() |
public org.jboss.wsf.spi.deployment.Deployment newDeployment(String simpleName, ClassLoader initialLoader)
newDeployment in class org.jboss.wsf.spi.deployment.DeploymentModelFactorypublic org.jboss.wsf.spi.deployment.Service newService()
newService in class org.jboss.wsf.spi.deployment.DeploymentModelFactorypublic org.jboss.wsf.spi.deployment.Endpoint newHttpEndpoint(String targetBean)
newHttpEndpoint in class org.jboss.wsf.spi.deployment.DeploymentModelFactorypublic org.jboss.wsf.spi.deployment.Endpoint newJMSEndpoint(String targetBean)
newJMSEndpoint in class org.jboss.wsf.spi.deployment.DeploymentModelFactoryCopyright © 2015 JBoss, by Red Hat. All rights reserved.