Uses of Class
com.sun.xml.ws.api.WSService.InitParams

Packages that use WSService.InitParams
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
 

Uses of WSService.InitParams in com.sun.xml.ws.api
 

Fields in com.sun.xml.ws.api declared as WSService.InitParams
protected static WSService.InitParams WSService.EMPTY_PARAMS
          Used as a immutable constant so that we can avoid null check.
 

Fields in com.sun.xml.ws.api with type parameters of type WSService.InitParams
protected static java.lang.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.
 

Methods in com.sun.xml.ws.api with parameters of type WSService.InitParams
static javax.xml.ws.Service WSService.create(java.net.URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName, WSService.InitParams properties)
          Creates a Service instance.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.