Uses of Interface
com.sun.xml.ws.api.server.ServiceDefinition
Packages that use ServiceDefinition
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of ServiceDefinition in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return ServiceDefinitionModifier and TypeMethodDescriptionabstract ServiceDefinition
WSEndpoint.getServiceDefinition()
Gets the description of the service. -
Uses of ServiceDefinition in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return ServiceDefinition -
Uses of ServiceDefinition in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement ServiceDefinitionMethods in com.sun.xml.ws.server that return ServiceDefinition -
Uses of ServiceDefinition in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http that return ServiceDefinitionModifier and TypeMethodDescriptionHttpAdapter.getServiceDefinition()
Return the last known service definition of the endpoint.Methods in com.sun.xml.ws.transport.http with parameters of type ServiceDefinitionModifier and TypeMethodDescriptionfinal void
HttpAdapter.initWSDLMap
(ServiceDefinition serviceDefinition) Fill in WSDL map.