|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |