Class EndpointImpl

java.lang.Object
jakarta.xml.ws.Endpoint
com.sun.xml.ws.transport.http.server.EndpointImpl

public class EndpointImpl extends Endpoint
Implements Endpoint. This class accumulates the information necessary to create WSEndpoint, and then when publish(java.lang.String) method is called it will be created. This object also allows accumulated information to be retrieved.
Author:
Jitendra Kotamraju