org.jboss.wsf.spi.deployment
Interface LifecycleHandler


public interface LifecycleHandler

Handles endpoint Lifecycle events

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

Method Summary
 void create(Endpoint endpoint)
          Handle the create step of an endpoint
 void destroy(Endpoint endpoint)
          Handle the destroy step of an endpoint
 void start(Endpoint endpoint)
          Handle the start step of an endpoint
 void stop(Endpoint endpoint)
          Handle the stop step of an endpoint
 

Method Detail

create

void create(Endpoint endpoint)
Handle the create step of an endpoint


start

void start(Endpoint endpoint)
Handle the start step of an endpoint


stop

void stop(Endpoint endpoint)
Handle the stop step of an endpoint


destroy

void destroy(Endpoint endpoint)
Handle the destroy step of an endpoint



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