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

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

public interface Reconfigurable

Allows to trigger a reconfiguration action on an object.


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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.