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 Object
implements SPIView

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

Constructor Summary
DeploymentModelFactory()
           
 
Method Summary
abstract  Deployment newDeployment(String simpleName, ClassLoader initialLoader)
           
abstract  Endpoint newHttpEndpoint(String targetBean)
           
abstract  Endpoint newJMSEndpoint(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(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.