Uses of Class
org.apache.synapse.FaultHandler
-
Packages that use FaultHandler Package Description org.apache.synapse org.apache.synapse.core.axis2 org.apache.synapse.endpoints org.apache.synapse.mediators org.apache.synapse.mediators.eip.aggregator -
-
Uses of FaultHandler in org.apache.synapse
Methods in org.apache.synapse that return types with arguments of type FaultHandler Modifier and Type Method Description Stack<FaultHandler>MessageContext. getFaultStack()Methods in org.apache.synapse with parameters of type FaultHandler Modifier and Type Method Description voidMessageContext. pushFaultHandler(FaultHandler fault) -
Uses of FaultHandler in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type FaultHandler Modifier and Type Method Description Stack<FaultHandler>Axis2MessageContext. getFaultStack()Methods in org.apache.synapse.core.axis2 with parameters of type FaultHandler Modifier and Type Method Description voidAxis2MessageContext. pushFaultHandler(FaultHandler fault) -
Uses of FaultHandler in org.apache.synapse.endpoints
Subclasses of FaultHandler in org.apache.synapse.endpoints Modifier and Type Class Description classAbstractEndpointAn abstract base class for all Endpoint implementationsclassAddressEndpointThis class represents an actual endpoint to send the message.classBasicAuthConfiguredHTTPEndpointThis class represents a http endpoint with basic auth configured This will configure the basic auth headers and call the send method in HTTP endpointclassClassEndpointClass which defines custom user defined endpoints.classDefaultEndpointThis class represents an endpoint with the EPR as the 'To' header of the message.classDynamicLoadbalanceEndpointRepresents a dynamic load balance endpoint.classDynamicLoadbalanceFaultHandlerThis FaultHandler will try to resend the message to another member if an error occurs while sending to some member.classFailoverEndpointFailoverEndpoint can have multiple child endpoints.classHTTPEndpointclassIndirectEndpointThis class represents a real endpoint referred by a key.classLoadbalanceEndpointA Load balance endpoint contains multiple child endpoints.classOAuthConfiguredHTTPEndpointThis class represents a http endpoint with oauth configured This will configure the oauth headers and call the send method in HTTP endpointclassRecipientListEndpointclassResolvingEndpointclassSALoadbalanceEndpointSALoadbalanceEndpoint supports session affinity based load balancing.classServiceDynamicLoadbalanceEndpointRepresents a dynamic load balance endpoint.classTemplateEndpointclassWSDLEndpointWSDLEndpoint represents the endpoints built using a WSDL document. -
Uses of FaultHandler in org.apache.synapse.mediators
Subclasses of FaultHandler in org.apache.synapse.mediators Modifier and Type Class Description classMediatorFaultHandlerThis implements the FaultHandler interface as a mediator fault handler. -
Uses of FaultHandler in org.apache.synapse.mediators.eip.aggregator
Constructors in org.apache.synapse.mediators.eip.aggregator with parameters of type FaultHandler Constructor Description Aggregate(SynapseEnvironment synEnv, String corelation, long timeoutMillis, int min, int max, AggregateMediator mediator, FaultHandler faultHandler)Save aggregation properties and timeout
-