org.jboss.wsf.spi.deployment
Class DeploymentModelFactory
- java.lang.Object
- org.jboss.wsf.spi.deployment.DeploymentModelFactory
public abstract class DeploymentModelFactory extends Object
- Author:
- [email protected] Created: Jul 18, 2007
Constructor Summary
Constructors Constructor and Description DeploymentModelFactory()
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract Deployment
newDeployment(ArchiveDeployment parent, String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
abstract Deployment
newDeployment(String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
abstract Endpoint
newHttpEndpoint(String targetBean)
abstract Endpoint
newJMSEndpoint(String targetBean)
Method Detail
newDeployment
public abstract Deployment newDeployment(String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
newDeployment
public abstract Deployment newDeployment(ArchiveDeployment parent, String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.