com.sun.xml.ws.api
Class WSService.InitParams

java.lang.Object
  extended by 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

Constructor Summary
WSService.InitParams()
           
 
Method Summary
 Container getContainer()
           
 void setContainer(Container c)
          Sets the Container object used by the created service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSService.InitParams

public WSService.InitParams()
Method Detail

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()