public class ArchiveDeploymentModelFactory
extends org.jboss.wsf.spi.deployment.DeploymentModelFactory
Constructor and Description |
---|
ArchiveDeploymentModelFactory() |
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.DeploymentModelFactory
public org.jboss.wsf.spi.deployment.Service newService()
newService
in class org.jboss.wsf.spi.deployment.DeploymentModelFactory
public org.jboss.wsf.spi.deployment.Endpoint newHttpEndpoint(String targetBean)
newHttpEndpoint
in class org.jboss.wsf.spi.deployment.DeploymentModelFactory
public org.jboss.wsf.spi.deployment.Endpoint newJMSEndpoint(String targetBean)
newJMSEndpoint
in class org.jboss.wsf.spi.deployment.DeploymentModelFactory
Copyright © 2015 JBoss, by Red Hat. All rights reserved.