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 ConnectionIdMessageInfo. connectionIdMethods in org.apache.synapse.commons.handlers that return ConnectionId Modifier and Type Method Description ConnectionIdMessageInfo. getConnectionId()Methods in org.apache.synapse.commons.handlers with parameters of type ConnectionId Modifier and Type Method Description voidMessagingHandler. destroy(ConnectionId connectionId)Triggered to release and dispose any sort of resources hold against a particular message flow.voidMessagingHandler. handleError(ConnectionId connectionId)Handle Error.voidMessageInfo. setConnectionId(ConnectionId connectionId)Constructors in org.apache.synapse.commons.handlers with parameters of type ConnectionId Constructor Description MessageInfo(Object message, Protocol protocol, ConnectionId connectionId)
-