abstract class HandlerConfigurator extends Object
WSServiceDelegate to configure BindingImpl
with handlers. The two mechanisms encapsulated by this abstraction
is HandlerChain annotaion and HandlerResolver
interface.| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
HandlerConfigurator.AnnotationConfigurator
Configures handlers from
HandlerChain annotation. |
(package private) static class |
HandlerConfigurator.HandlerResolverImpl
Configures handlers by calling
HandlerResolver. |
| Constructor and Description |
|---|
HandlerConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
configureHandlers(WSPortInfo port,
BindingImpl binding)
Configures the given
BindingImpl object by adding handlers to it. |
(package private) abstract HandlerResolver |
getResolver()
Returns a
HandlerResolver, if this object encapsulates any HandlerResolver. |
abstract void configureHandlers(@NotNull
WSPortInfo port,
@NotNull
BindingImpl binding)
BindingImpl object by adding handlers to it.abstract HandlerResolver getResolver()
HandlerResolver, if this object encapsulates any HandlerResolver.
Otherwise null.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.