| java.lang.Object com.sun.xml.ws.transport.http.server.HttpEndpoint
HttpEndpoint | final class HttpEndpoint (Code) | | Hides
HttpContext so that
EndpointImpl may load even without
HttpContext .
TODO: But what's the point? If Light-weight HTTP server isn't present,
all the publish operations will fail way. Why is it better to defer
the failure, as opposed to cause the failure as earyl as possible? -KK
author: Jitendra Kotamraju |
getEndpointReference | public T getEndpointReference(Class<T> clazz, Element... referenceParameters)(Code) | | |
|
|