Package com.sun.xml.ws.api
Class WSService.InitParams
- java.lang.Object
-
- com.sun.xml.ws.api.WSService.InitParams
-
- Enclosing class:
- WSService
public static final class WSService.InitParams extends Object
Typed parameter bag used byWSService.create(URL, QName, InitParams)- Since:
- 2.1.3
-
-
Constructor Summary
Constructors Constructor Description InitParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainergetContainer()voidsetContainer(Container c)Sets theContainerobject used by the created service.
-
-
-
Method Detail
-
setContainer
public void setContainer(Container c)
Sets theContainerobject used by the created service. This allows the client to use a specificContainerinstance as opposed to the one obtained byContainerResolver.
-
getContainer
public Container getContainer()
-
-