com.sun.xml.ws.client
Class HandlerConfigurator.HandlerResolverImpl

java.lang.Object
  extended by com.sun.xml.ws.client.HandlerConfigurator
      extended by com.sun.xml.ws.client.HandlerConfigurator.HandlerResolverImpl
Enclosing class:
HandlerConfigurator

static final class HandlerConfigurator.HandlerResolverImpl
extends HandlerConfigurator

Configures handlers by calling HandlerResolver.

When a null HandlerResolver is set by the user to Service.setHandlerResolver(HandlerResolver), we'll use this object with null resolver.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.client.HandlerConfigurator
HandlerConfigurator.AnnotationConfigurator, HandlerConfigurator.HandlerResolverImpl
 
Constructor Summary
HandlerConfigurator.HandlerResolverImpl(javax.xml.ws.handler.HandlerResolver resolver)
           
 
Method Summary
(package private)  void configureHandlers(WSPortInfo port, BindingImpl binding)
          Configures the given BindingImpl object by adding handlers to it.
(package private)  javax.xml.ws.handler.HandlerResolver getResolver()
          Returns a HandlerResolver, if this object encapsulates any HandlerResolver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerConfigurator.HandlerResolverImpl

public HandlerConfigurator.HandlerResolverImpl(javax.xml.ws.handler.HandlerResolver resolver)
Method Detail

configureHandlers

void configureHandlers(@NotNull
                       WSPortInfo port,
                       @NotNull
                       BindingImpl binding)
Description copied from class: HandlerConfigurator
Configures the given BindingImpl object by adding handlers to it.

Specified by:
configureHandlers in class HandlerConfigurator

getResolver

javax.xml.ws.handler.HandlerResolver getResolver()
Description copied from class: HandlerConfigurator
Returns a HandlerResolver, if this object encapsulates any HandlerResolver. Otherwise null.

Specified by:
getResolver in class HandlerConfigurator