-
- All Known Implementing Classes:
Adapter,HttpAdapter,ServerAdapter
public interface ReconfigurableAllows to trigger a reconfiguration action on an object.- Author:
- Fabian Ritzmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreconfigure()Executes any action when an endpoint is reconfigured.
-
-
-
Method Detail
-
reconfigure
void reconfigure() throws WebServiceExceptionExecutes any action when an endpoint is reconfigured.- Throws:
WebServiceException- Thrown if the reconfiguration failed.
-
-