Package org.jboss.wsf.spi.deployment
Class LifecycleHandlerFactory
- java.lang.Object
-
- org.jboss.wsf.spi.deployment.LifecycleHandlerFactory
-
public abstract class LifecycleHandlerFactory extends Object
- Author:
- Heiko.Braun@jboss.com Created: Jul 23, 2007
-
-
Constructor Summary
Constructors Constructor Description LifecycleHandlerFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract LifecycleHandlergetLifecycleHandler()
-
-
-
Method Detail
-
getLifecycleHandler
public abstract LifecycleHandler getLifecycleHandler()
-
-