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

Packages that use ServiceDefinition
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   
 

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

Methods in com.sun.xml.ws.api.server that return ServiceDefinition
abstract  ServiceDefinition WSEndpoint.getServiceDefinition()
          Gets the description of the service.
 

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

Classes in com.sun.xml.ws.server that implement ServiceDefinition
 class ServiceDefinitionImpl
          ServiceDefinition implementation.
 

Methods in com.sun.xml.ws.server that return ServiceDefinition
 ServiceDefinition WSEndpointMOMProxy.getServiceDefinition()
           
 

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

Methods in com.sun.xml.ws.transport.http that return ServiceDefinition
 ServiceDefinition HttpAdapter.getServiceDefinition()
          Return the last known service definition of the endpoint.
 

Methods in com.sun.xml.ws.transport.http with parameters of type ServiceDefinition
 void HttpAdapter.initWSDLMap(ServiceDefinition serviceDefinition)
          Fill in WSDL map.
 



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