Package org.jboss.wsf.spi.deployment
Interface LifecycleHandler
-
public interface LifecycleHandlerHandles endpoint Lifecycle events- Since:
- 20-Apr-2007
- Author:
- Thomas.Diesler@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart(Endpoint endpoint)Handle the start step of an endpointvoidstop(Endpoint endpoint)Handle the stop step of an endpoint
-