Package | Description |
---|---|
javax.xml.rpc.handler | |
org.jboss.ws | |
org.jboss.ws.core.jaxrpc.handler |
Modifier and Type | Class and Description |
---|---|
class |
GenericHandler
The GenericHandler class implements the Handler interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeLoggers.handlerDoesNotExistSkippingHandleFault(Handler h) |
void |
NativeLoggers.handlerDoesNotExistSkippingHandleRequest(Handler h) |
void |
NativeLoggers.handlerDoesNotExistSkippingHandleResponse(Handler h) |
Modifier and Type | Class and Description |
---|---|
class |
HandlerWrapper
A wrapper arround a
Handler that takes care of its lifecycle. |
Modifier and Type | Method and Description |
---|---|
protected Handler |
HandlerChainBaseImpl.getHandlerAt(int pos)
Get the handler at the requested position
|
Constructor and Description |
---|
HandlerWrapper(Handler handler)
Delegate to the given handler
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.