org.jboss.wsf.spi.deployment
Class LifecycleHandlerFactory

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

public abstract class LifecycleHandlerFactory
extends Object
implements SPIView

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

Constructor Summary
LifecycleHandlerFactory()
           
 
Method Summary
abstract  LifecycleHandler getLifecycleHandler()
           
abstract  LifecycleHandler newLifecycleHandler()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleHandlerFactory

public LifecycleHandlerFactory()
Method Detail

newLifecycleHandler

@Deprecated
public abstract LifecycleHandler newLifecycleHandler()
Deprecated. 


getLifecycleHandler

public abstract LifecycleHandler getLifecycleHandler()


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.