org.jboss.wsf.spi.deployment

Interface LifecycleHandler


  • public interface LifecycleHandler
    Handles endpoint Lifecycle events
    Since:
    20-Apr-2007
    Author:
    [email protected]
    • Method Detail

      • start

        void start(Endpoint endpoint)
        Handle the start step of an endpoint
        Parameters:
        endpoint - endpoint to start
      • stop

        void stop(Endpoint endpoint)
        Handle the stop step of an endpoint
        Parameters:
        endpoint - endpoint to stop

Copyright © 2020 JBoss, by Red Hat. All rights reserved.