Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.binding | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
Modifier and Type | Field and Description |
---|---|
HandlerConfiguration |
Packet.handlerConfig
This property holds the snapshot of HandlerConfiguration
at the time of invocation.
|
Modifier and Type | Field and Description |
---|---|
protected HandlerConfiguration |
BindingImpl.handlerConfig |
Modifier and Type | Method and Description |
---|---|
HandlerConfiguration |
BindingImpl.getHandlerConfig() |
Constructor and Description |
---|
HandlerConfiguration(Set<String> roles,
HandlerConfiguration oldConfig)
This is called when roles as reset on binding using SOAPBinding#setRoles(), to save reparsing the handlers again.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.