com.sun.xml.ws.client
Class HandlerConfigurator.HandlerResolverImpl
java.lang.Object
com.sun.xml.ws.client.HandlerConfigurator
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerConfigurator.HandlerResolverImpl
public HandlerConfigurator.HandlerResolverImpl(javax.xml.ws.handler.HandlerResolver resolver)
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