Uses of Class
com.sun.xml.ws.api.WSService.InitParams
-
Packages that use WSService.InitParams Package Description 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 Modifier and Type Field Description protected static WSService.InitParamsWSService. EMPTY_PARAMSUsed 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 Modifier and Type Field Description protected static ThreadLocal<WSService.InitParams>WSService. INIT_PARAMSTo create aService, 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 Modifier and Type Method Description static javax.xml.ws.ServiceWSService. create(URL wsdlDocumentLocation, QName serviceName, WSService.InitParams properties)Creates aServiceinstance.
-