Uses of Class
com.sun.xml.ws.api.server.WSEndpoint

Packages that use WSEndpoint
com.sun.xml.ws.addressing   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.server   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
 

Uses of WSEndpoint in com.sun.xml.ws.addressing
 

Constructors in com.sun.xml.ws.addressing with parameters of type WSEndpoint
WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next)
           
 

Uses of WSEndpoint in com.sun.xml.ws.api.message
 

Fields in com.sun.xml.ws.api.message declared as WSEndpoint
 WSEndpoint Packet.endpoint
          The governing WSEndpoint in which this message is floating.
 

Uses of WSEndpoint in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return WSEndpoint
 WSEndpoint ServerTubeAssemblerContext.getEndpoint()
          The created pipeline is used to serve this WSEndpoint.
 

Constructors in com.sun.xml.ws.api.pipe with parameters of type WSEndpoint
ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
          Deprecated.  
ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
           
 

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

Fields in com.sun.xml.ws.api.server declared as WSEndpoint
protected  WSEndpoint<?> Adapter.endpoint
           
 

Methods in com.sun.xml.ws.api.server that return WSEndpoint
static
<T> WSEndpoint<T>
WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver)
          Deprecated. 
static
<T> WSEndpoint<T>
WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous)
          Creates an endpoint from deployment or programmatic configuration
static
<T> WSEndpoint<T>
WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl)
          The same as create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver) except that this version takes an url of the jax-ws-catalog.xml.
 WSEndpoint BoundEndpoint.getEndpoint()
          The endpoint that was bound.
 WSEndpoint<?> Adapter.getEndpoint()
          Gets the endpoint that this Adapter is serving.
 

Methods in com.sun.xml.ws.api.server with parameters of type WSEndpoint
static HttpEndpoint HttpEndpoint.create(WSEndpoint endpoint)
          Factory to deploy WSEndpoint on light-weight http server container.
 String WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint)
          Gets the address of the endpoint.
 String WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint)
          Gets the address of the primary WSDL.
 void EndpointAwareCodec.setEndpoint(WSEndpoint endpoint)
          Called by the implementation when the codec is associated with an endpoint.
 void Invoker.start(WSWebServiceContext wsc, WSEndpoint endpoint)
          Called by WSEndpoint when it's set up.
 void InstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint)
          Called by WSEndpoint when it's set up.
 

Constructors in com.sun.xml.ws.api.server with parameters of type WSEndpoint
AbstractServerAsyncTransport(WSEndpoint endpoint)
          setExecutor(java.util.concurrent.Executor) should be called before creating the transport
Adapter(WSEndpoint endpoint)
          Creates an Adapter that delivers messages to the given endpoint.
 

Uses of WSEndpoint in com.sun.xml.ws.server
 

Subclasses of WSEndpoint in com.sun.xml.ws.server
 class WSEndpointImpl<T>
          WSEndpoint implementation.
 

Fields in com.sun.xml.ws.server declared as WSEndpoint
protected  WSEndpoint AbstractMultiInstanceResolver.owner
           
 

Methods in com.sun.xml.ws.server that return WSEndpoint
static
<T> WSEndpoint<T>
EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous)
          Implements create(java.lang.Class, boolean, com.sun.xml.ws.api.server.Invoker, javax.xml.namespace.QName, javax.xml.namespace.QName, com.sun.xml.ws.api.server.Container, com.sun.xml.ws.api.WSBinding, com.sun.xml.ws.api.server.SDDocumentSource, java.util.Collection, org.xml.sax.EntityResolver, boolean).
protected  WSEndpoint InvokerTube.getEndpoint()
           
 

Methods in com.sun.xml.ws.server with parameters of type WSEndpoint
protected static ResourceInjector AbstractInstanceResolver.getResourceInjector(WSEndpoint endpoint)
           
 void InvokerTube.setEndpoint(WSEndpoint endpoint)
           
 void StatefulInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint)
           
 void SingletonResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint)
           
 void AbstractMultiInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint)
           
 

Constructors in com.sun.xml.ws.server with parameters of type WSEndpoint
AbstractWebServiceContext(WSEndpoint endpoint)
           
ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, Tube next)
           
 

Uses of WSEndpoint in com.sun.xml.ws.transport.http
 

Methods in com.sun.xml.ws.transport.http with parameters of type WSEndpoint
 T HttpAdapterList.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
           
 A DeploymentDescriptorParser.AdapterFactory.createAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
           
static HttpAdapter HttpAdapter.createAlone(WSEndpoint endpoint)
          Creates a lone HttpAdapter that does not know of any other HttpAdapters.
protected abstract  T HttpAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
          Implementations need to override this one to create a concrete class of HttpAdapter
 

Constructors in com.sun.xml.ws.transport.http with parameters of type WSEndpoint
HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner)
          Deprecated. remove as soon as we can update the test util.
HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner, String urlPattern)
           
 

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

Methods in com.sun.xml.ws.transport.http.server with parameters of type WSEndpoint
 String ServerConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint)
           
 String ServerConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 

Constructors in com.sun.xml.ws.transport.http.server with parameters of type WSEndpoint
EndpointImpl(WSEndpoint wse, Object serverContext)
          Deprecated. This is a backdoor method. Don't use it unless you know what you are doing.
HttpEndpoint(WSEndpoint endpoint, Executor executor)
           
 

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

Methods in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpoint
protected  ServletAdapter ServletAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
           
 String ServletConnectionImpl.getEPRAddress(Packet p, WSEndpoint endpoint)
           
 String ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 

Constructors in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpoint
ServletAdapter(String name, String urlPattern, WSEndpoint endpoint, ServletAdapterList owner)
           
 

Uses of WSEndpoint in com.sun.xml.ws.transport.local
 

Methods in com.sun.xml.ws.transport.local that return WSEndpoint
protected static WSEndpoint LocalTransportFactory.createServerService(URI adrs)
          The local transport works by looking at the exploded war file image on a file system.
(package private)  WSEndpoint InVmServer.getByPortName(String portLocalName)
          Finds the WSEndpoint that matches the given port name.
 

Methods in com.sun.xml.ws.transport.local that return types with arguments of type WSEndpoint
(package private)  List<WSEndpoint> InVmServer.getEndpoints()
          Gets all the WSEndpoints.
protected static List<WSEndpoint> LocalTransportFactory.parseEndpoints(String outputDir)
           
 

Methods in com.sun.xml.ws.transport.local with parameters of type WSEndpoint
 String LocalConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint)
           
 String LocalConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 

Constructors in com.sun.xml.ws.transport.local with parameters of type WSEndpoint
LocalAsyncTransportTube(URI baseURI, WSEndpoint endpoint, Codec codec)
           
LocalTransportTube(URI baseURI, WSEndpoint endpoint, Codec codec)
           
 

Constructor parameters in com.sun.xml.ws.transport.local with type arguments of type WSEndpoint
InVmServer(String id, List<WSEndpoint> endpoints)