com.sun.xml.ws.api.config.management
Interface Reconfigurable

All Known Implementing Classes:
Adapter, HttpAdapter, ServerAdapter, ServletAdapter, TCP109Adapter, TCPAdapter, TCPServiceChannelWSAdapter

public interface Reconfigurable

Allows to trigger a reconfiguration action on an object.

Author:
Fabian Ritzmann

Method Summary
 void reconfigure()
          Executes any action when an endpoint is reconfigured.
 

Method Detail

reconfigure

void reconfigure()
                 throws WebServiceException
Executes any action when an endpoint is reconfigured.

Throws:
WebServiceException - Thrown if the reconfiguration failed.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.