public abstract class DeploymentModelFactory extends Object
Constructor and Description |
---|
DeploymentModelFactory() |
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) |
public abstract Deployment newDeployment(String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
public abstract Deployment newDeployment(ArchiveDeployment parent, String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)
Copyright © 2019 JBoss, by Red Hat. All rights reserved.