| Package | Description |
|---|---|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Method | Description |
|---|---|---|
HandlerResolver |
Service.getHandlerResolver() |
Returns the configured handler resolver.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Service.setHandlerResolver(HandlerResolver handlerResolver) |
Sets the
HandlerResolver for this Service
instance. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract HandlerResolver |
ServiceDelegate.getHandlerResolver() |
Returns the configured handler resolver.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
ServiceDelegate.setHandlerResolver(HandlerResolver handlerResolver) |
Sets the
HandlerResolver for this Service
instance. |
Comments to: javaee-spec@javaee.groups.io
More information at: Metro Web Services Overview
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved.