Uses of Interface
org.apache.synapse.SynapseHandler
-
Packages that use SynapseHandler Package Description org.apache.synapse org.apache.synapse.config org.apache.synapse.core org.apache.synapse.core.axis2 -
-
Uses of SynapseHandler in org.apache.synapse
Subinterfaces of SynapseHandler in org.apache.synapse Modifier and Type Interface Description interface
ExtendedSynapseHandler
Interface For Extended Synapse HandlersClasses in org.apache.synapse that implement SynapseHandler Modifier and Type Class Description class
AbstractExtendedSynapseHandler
class
AbstractSynapseHandler
-
Uses of SynapseHandler in org.apache.synapse.config
Methods in org.apache.synapse.config that return types with arguments of type SynapseHandler Modifier and Type Method Description static List<SynapseHandler>
SynapseHandlersLoader. loadHandlers()
Load and get all synapse handlers -
Uses of SynapseHandler in org.apache.synapse.core
Methods in org.apache.synapse.core that return types with arguments of type SynapseHandler Modifier and Type Method Description List<SynapseHandler>
SynapseEnvironment. getSynapseHandlers()
Get all synapse handlersMethods in org.apache.synapse.core with parameters of type SynapseHandler Modifier and Type Method Description void
SynapseEnvironment. registerSynapseHandler(SynapseHandler handler)
Register a synapse handler to the synapse environment -
Uses of SynapseHandler in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type SynapseHandler Modifier and Type Method Description List<SynapseHandler>
Axis2SynapseEnvironment. getSynapseHandlers()
Get all synapse handlersMethods in org.apache.synapse.core.axis2 with parameters of type SynapseHandler Modifier and Type Method Description void
Axis2SynapseEnvironment. registerSynapseHandler(SynapseHandler handler)
Register a synapse handler to the synapse environment
-