public interface MessagingHandler
Modifier and Type | Method and Description |
---|---|
void |
destroy(ConnectionId connectionId)
Triggered to release and dispose any sort of resources hold against a
particular message flow.
|
void |
handleError(ConnectionId connectionId)
Handle Error.
|
HandlerResponse |
handleRequest(org.apache.axis2.context.MessageContext axis2MessageContext)
Handle request.
|
HandlerResponse handleRequest(org.apache.axis2.context.MessageContext axis2MessageContext)
axis2MessageContext
- axis2 message context.void handleError(ConnectionId connectionId)
connectionId
- Identifier of the connection.void destroy(ConnectionId connectionId)
connectionId
- Identifier of the connection.Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.