Uses of Interface
com.sun.xml.ws.api.server.ServiceDefinition
-
Packages that use ServiceDefinition Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.metro.api.config.management com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 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 Modifier and Type Method Description abstract ServiceDefinitionWSEndpoint. 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 Modifier and Type Method Description ServiceDefinitionManagedEndpoint. getServiceDefinition() -
Uses of ServiceDefinition in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement ServiceDefinition Modifier and Type Class Description classServiceDefinitionImplServiceDefinitionimplementation.Methods in com.sun.xml.ws.server that return ServiceDefinition Modifier and Type Method Description ServiceDefinitionWSEndpointMOMProxy. getServiceDefinition() -
Uses of ServiceDefinition in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http that return ServiceDefinition Modifier and Type Method Description ServiceDefinitionHttpAdapter. getServiceDefinition()Return the last known service definition of the endpoint.Methods in com.sun.xml.ws.transport.http with parameters of type ServiceDefinition Modifier and Type Method Description voidHttpAdapter. initWSDLMap(ServiceDefinition serviceDefinition)Fill in WSDL map.
-