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 start(Endpoint endpoint)
          Handle the start step of an endpoint
 void stop(Endpoint endpoint)
          Handle the stop step of an endpoint
 

Method Detail

start

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


stop

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



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