Interface | Description |
---|---|
Handler |
This interface is required to be implemented by a SOAP message handler.
|
HandlerChain |
This interface represents a list of handlers.
|
HandlerRegistry |
This interface provides support for the programmatic configuration of
handlers in a HandlerRegistry.
|
MessageContext |
This interface abstracts the message context that is processed by a handler
in the handle method.
|
Class | Description |
---|---|
GenericHandler |
The GenericHandler class implements the Handler interface.
|
HandlerInfo |
This represents information about a handler in the HandlerChain.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.