Package | Description |
---|---|
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
Modifier and Type | Field and Description |
---|---|
protected static WSService.InitParams |
WSService.EMPTY_PARAMS
Used as a immutable constant so that we can avoid null check.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<WSService.InitParams> |
WSService.INIT_PARAMS
To create a
Service , we need to go through the API that doesn't let us
pass parameters, so as a hack we use thread local. |
Modifier and Type | Method and Description |
---|---|
static Service |
WSService.create(URL wsdlDocumentLocation,
QName serviceName,
WSService.InitParams properties)
Creates a
Service instance. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.