Uses of Class
com.sun.xml.ws.server.WSEndpointImpl

Packages that use WSEndpointImpl
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

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

Fields in com.sun.xml.ws.server declared as WSEndpointImpl
(package private)  WSEndpointImpl<?> ServiceDefinitionImpl.owner
          Set when WSEndpointImpl is created.
 

Methods in com.sun.xml.ws.server with parameters of type WSEndpointImpl
(package private)  void ServiceDefinitionImpl.setOwner(WSEndpointImpl<?> owner)
          The owner is set when WSEndpointImpl is created.
 

Constructors in com.sun.xml.ws.server with parameters of type WSEndpointImpl
WSDLPatcher(WSEndpointImpl<?> endpoint, SDDocumentImpl current, PortAddressResolver portAddressResolver, DocumentAddressResolver resolver)
          Creates a WSDLPatcher for patching WSDL.