Uses of Class
com.sun.xml.ws.client.HandlerConfiguration

Packages that use HandlerConfiguration
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 
 

Uses of HandlerConfiguration in com.sun.xml.ws.api.message
 

Fields in com.sun.xml.ws.api.message declared as HandlerConfiguration
 HandlerConfiguration Packet.handlerConfig
          This 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
 HandlerConfiguration BindingImpl.getHandlerConfig()
           
 

Methods in com.sun.xml.ws.binding with parameters of type HandlerConfiguration
protected  void BindingImpl.setHandlerConfig(HandlerConfiguration handlerConfig)
           
 

Uses of HandlerConfiguration in com.sun.xml.ws.client
 

Constructors in com.sun.xml.ws.client with parameters of type HandlerConfiguration
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 © 2005-2015 Oracle Corporation. All Rights Reserved.