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
startEndpoint
void startEndpoint()
throws WebServiceException
- Start the endpoint.
- Throws:
WebServiceException - If starting the endpoint failed.
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.