com.sun.xml.ws.client
Class HandlerConfigurator
java.lang.Object
com.sun.xml.ws.client.HandlerConfigurator
- Direct Known Subclasses:
- HandlerConfigurator.AnnotationConfigurator, HandlerConfigurator.HandlerResolverImpl
abstract class HandlerConfigurator
- extends Object
Used by WSServiceDelegate
to configure BindingImpl
with handlers. The two mechanisms encapsulated by this abstraction
is HandlerChain
annotaion and HandlerResolver
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerConfigurator
HandlerConfigurator()
configureHandlers
abstract void configureHandlers(@NotNull
WSPortInfo port,
@NotNull
BindingImpl binding)
- Configures the given
BindingImpl
object by adding handlers to it.
getResolver
abstract javax.xml.ws.handler.HandlerResolver getResolver()
- Returns a
HandlerResolver
, if this object encapsulates any HandlerResolver
.
Otherwise null.