Package com.sun.xml.ws.api
Class WSService.InitParams
java.lang.Object
com.sun.xml.ws.api.WSService.InitParams
- Enclosing class:
- WSService
Typed parameter bag used by
WSService.create(URL, QName, InitParams)- Since:
- 2.1.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InitParams
public InitParams()
-
-
Method Details
-
setContainer
Sets theContainerobject used by the created service. This allows the client to use a specificContainerinstance as opposed to the one obtained byContainerResolver. -
getContainer
-