Interface Reconfigurable

All Known Implementing Classes:
Adapter, HttpAdapter, ServerAdapter, ServletAdapter

public interface Reconfigurable
Allows to trigger a reconfiguration action on an object.
Author:
Fabian Ritzmann
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes any action when an endpoint is reconfigured.
  • Method Details

    • reconfigure

      void reconfigure() throws jakarta.xml.ws.WebServiceException
      Executes any action when an endpoint is reconfigured.
      Throws:
      jakarta.xml.ws.WebServiceException - Thrown if the reconfiguration failed.