Package | Description |
---|---|
javax.xml.rpc.handler | |
org.jboss.ws | |
org.jboss.ws.core.jaxrpc.handler |
Modifier and Type | Method and Description |
---|---|
void |
Handler.init(HandlerInfo config)
The init method enables the Handler instance to initialize itself.
|
void |
GenericHandler.init(HandlerInfo config)
The init method to enable the Handler instance to initialize itself.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeLoggers.addingServerSideHandler(QName serviceName,
HandlerInfo handlerInfo) |
Modifier and Type | Method and Description |
---|---|
List<HandlerInfo> |
HandlerChainBaseImpl.getHandlerInfos()
Get the list of handler infos
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerWrapper.init(HandlerInfo config)
The init method enables the Handler instance to initialize itself.
|
Constructor and Description |
---|
HandlerChainBaseImpl(List<HandlerInfo> infos,
Set<String> roles)
Constructs a handler chain with the given handlers infos
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.