public static final class WSService.InitParams extends Object
WSService.create(URL, QName, InitParams)
Constructor and Description |
---|
InitParams() |
Modifier and Type | Method and Description |
---|---|
Container |
getContainer() |
void |
setContainer(Container c)
Sets the
Container object used by the created service. |
public void setContainer(Container c)
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
.public Container getContainer()
Copyright © 2015 Oracle Corporation. All rights reserved.