Uses of Class
com.sun.xml.ws.api.WSService.InitParams
Packages that use WSService.InitParams
-
Uses of WSService.InitParams in com.sun.xml.ws.api
Fields in com.sun.xml.ws.api declared as WSService.InitParamsModifier and TypeFieldDescriptionprotected static final 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.InitParamsModifier and TypeFieldDescriptionprotected static final 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