org.jboss.wsf.spi.deployment
Class DeploymentModelFactory

java.lang.Object
  extended by org.jboss.wsf.spi.deployment.DeploymentModelFactory
All Implemented Interfaces:
SPIView

public abstract class DeploymentModelFactory
extends java.lang.Object
implements SPIView

Author:
Heiko.Braun@jboss.com Created: Jul 18, 2007

Constructor Summary
DeploymentModelFactory()
           
 
Method Summary
abstract  Deployment newDeployment(java.lang.String simpleName, java.lang.ClassLoader initialLoader)
           
abstract  Endpoint newEndpoint(java.lang.String targetBean)
           
abstract  Service newService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentModelFactory

public DeploymentModelFactory()
Method Detail

newDeployment

public abstract Deployment newDeployment(java.lang.String simpleName,
                                         java.lang.ClassLoader initialLoader)

newService

public abstract Service newService()

newEndpoint

public abstract Endpoint newEndpoint(java.lang.String targetBean)


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.