Uses of Class
com.sun.xml.ws.client.HandlerConfiguration
Packages that use HandlerConfiguration
Package
Description
Message and related abstractions that represent a SOAP message.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 HandlerConfigurationModifier and TypeFieldDescriptionPacket.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 HandlerConfigurationMethods in com.sun.xml.ws.binding with parameters of type HandlerConfigurationModifier and TypeMethodDescriptionprotected voidBindingImpl.setHandlerConfig(HandlerConfiguration handlerConfig) -
Uses of HandlerConfiguration in com.sun.xml.ws.client
Constructors in com.sun.xml.ws.client with parameters of type HandlerConfigurationModifierConstructorDescriptionHandlerConfiguration(Set<String> roles, HandlerConfiguration oldConfig) This is called when roles as reset on binding using SOAPBinding#setRoles(), to save reparsing the handlers again.