Modifier and Type | Method and Description |
---|---|
void |
Handler.handleFault(GlobalHandlerMessageContext context)
The handleFault method is invoked for fault message processing.
|
void |
Handler.handleMessage(GlobalHandlerMessageContext context)
The handleMessage method is invoked for normal processing of inbound and outbound messages.
|