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 by WSService.create(URL, QName, InitParams)
- Since:
- 2.1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSService.InitParams
public WSService.InitParams()
setContainer
public void setContainer(Container c)
- Sets the
Container
object used by the created service.
This allows the client to use a specific Container
instance
as opposed to the one obtained by ContainerResolver
.
getContainer
public Container getContainer()