Uses of Class
org.apache.synapse.commons.handlers.Protocol
-
Packages that use Protocol Package Description org.apache.synapse.commons.handlers -
-
Uses of Protocol in org.apache.synapse.commons.handlers
Methods in org.apache.synapse.commons.handlers that return Protocol Modifier and Type Method Description Protocol
MessageInfo. getProtocol()
static Protocol
Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.commons.handlers with parameters of type Protocol Modifier and Type Method Description void
MessageInfo. setProtocol(Protocol protocol)
Constructors in org.apache.synapse.commons.handlers with parameters of type Protocol Constructor Description MessageInfo(Object message, Protocol protocol, ConnectionId connectionId)
-