Uses of Class
org.apache.synapse.commons.handlers.ConnectionId
-
Packages that use ConnectionId Package Description org.apache.synapse.commons.handlers -
-
Uses of ConnectionId in org.apache.synapse.commons.handlers
Fields in org.apache.synapse.commons.handlers declared as ConnectionId Modifier and Type Field Description ConnectionId
MessageInfo. connectionId
Methods in org.apache.synapse.commons.handlers that return ConnectionId Modifier and Type Method Description ConnectionId
MessageInfo. getConnectionId()
Methods in org.apache.synapse.commons.handlers with parameters of type ConnectionId Modifier and Type Method Description void
MessagingHandler. destroy(ConnectionId connectionId)
Triggered to release and dispose any sort of resources hold against a particular message flow.void
MessagingHandler. handleError(ConnectionId connectionId)
Handle Error.void
MessageInfo. setConnectionId(ConnectionId connectionId)
Constructors in org.apache.synapse.commons.handlers with parameters of type ConnectionId Constructor Description MessageInfo(Object message, Protocol protocol, ConnectionId connectionId)
-