@Version(value="1.0")
Interface | Description |
---|---|
GlobalHandlerMessageContext |
The interface GlobalHandlerMessageContext abstracts the message context that is processed by a
global handler in the handle method.
|
Handler |
Components that want to register webServices handlers to all the webServics end points should implement
the Handler interface and register that implementation in the service registry.
|
Class | Description |
---|---|
HandlerConstants |
The properties associated with the registered handlers specify what engine type and flow type the handlers will be
executed.
|