Uses of Interface
com.sun.xml.ws.api.server.BoundEndpoint

Packages that use BoundEndpoint
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.transport.http.server   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
 

Uses of BoundEndpoint in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return types with arguments of type BoundEndpoint
 java.util.List<BoundEndpoint> WSEndpoint.getBoundEndpoints()
          Gets the list of BoundEndpoint that are associated with this endpoint.
abstract  java.util.List<BoundEndpoint> Module.getBoundEndpoints()
          Gets the list of BoundEndpoint deployed in this module.
 

Uses of BoundEndpoint in com.sun.xml.ws.transport.http.server
 

Classes in com.sun.xml.ws.transport.http.server that implement BoundEndpoint
 class ServerAdapter
          HttpAdapter for Endpoint API.
 

Uses of BoundEndpoint in com.sun.xml.ws.transport.http.servlet
 

Classes in com.sun.xml.ws.transport.http.servlet that implement BoundEndpoint
 class ServletAdapter
          HttpAdapter for servlets.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.