Uses of Class
com.sun.xml.ws.client.HandlerConfiguration
-
Packages that use HandlerConfiguration Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.binding com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime. -
-
Uses of HandlerConfiguration in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as HandlerConfiguration Modifier and Type Field Description HandlerConfigurationPacket. handlerConfigThis property holds the snapshot of HandlerConfiguration at the time of invocation. -
Uses of HandlerConfiguration in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return HandlerConfiguration Modifier and Type Method Description HandlerConfigurationBindingImpl. getHandlerConfig()Methods in com.sun.xml.ws.binding with parameters of type HandlerConfiguration Modifier and Type Method Description protected voidBindingImpl. setHandlerConfig(HandlerConfiguration handlerConfig) -
Uses of HandlerConfiguration in com.sun.xml.ws.client
Constructors in com.sun.xml.ws.client with parameters of type HandlerConfiguration Constructor 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.
-