public interface Handler
The properties associated with the registered service specify the engine type, Flow Type, Client or server side the handlers will take effect. Valid service properties are listed as HandlerConstants with descriptive javadoc.
HandlerConstants
Modifier and Type | Method and Description |
---|---|
void |
handleFault(GlobalHandlerMessageContext context)
The handleFault method is invoked for fault message processing.
|
void |
handleMessage(GlobalHandlerMessageContext context)
The handleMessage method is invoked for normal processing of inbound and outbound messages.
|
void handleFault(GlobalHandlerMessageContext context)
GlobalHandlerMessageContext
- - the message context.void handleMessage(GlobalHandlerMessageContext context) throws java.lang.Exception
Exception:
- Causes the runtime to cease remaining global handler processing and switch to fault message processing.java.lang.Exception