org.jboss.wsf.spi.deployment
Class DeploymentModelFactory
java.lang.Object
org.jboss.wsf.spi.deployment.DeploymentModelFactory
- All Implemented Interfaces:
- SPIView
public abstract class DeploymentModelFactory
- extends Object
- implements SPIView
- Author:
- Heiko.Braun@jboss.com
Created: Jul 18, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentModelFactory
public DeploymentModelFactory()
newDeployment
public abstract Deployment newDeployment(String simpleName,
ClassLoader initialLoader)
newService
public abstract Service newService()
newHttpEndpoint
public abstract Endpoint newHttpEndpoint(String targetBean)
newJMSEndpoint
public abstract Endpoint newJMSEndpoint(String targetBean)
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.