Interface Reconfigurable
- All Known Implementing Classes:
Adapter,HttpAdapter,ServerAdapter,ServletAdapter,TCPAdapter,TCPServiceChannelWSAdapter
public interface Reconfigurable
Allows to trigger a reconfiguration action on an object.
- Author:
- Fabian Ritzmann
-
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes any action when an endpoint is reconfigured.
-
Method Details
-
reconfigure
void reconfigure() throws jakarta.xml.ws.WebServiceExceptionExecutes any action when an endpoint is reconfigured.- Throws:
jakarta.xml.ws.WebServiceException- Thrown if the reconfiguration failed.
-