com.sun.xml.ws.metro.api.config.management
Interface EndpointStarter

All Known Implementing Classes:
ManagedEndpoint

public interface EndpointStarter

Provides a simple interface to start an endpoint. This interface allows to prevent compile-time dependencies on the large WSEndpoint interface.

Author:
Fabian Ritzmann

Method Summary
 void startEndpoint()
          Start the endpoint.
 

Method Detail

startEndpoint

void startEndpoint()
                   throws WebServiceException
Start the endpoint.

Throws:
WebServiceException - If starting the endpoint failed.


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