|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaultHandler | |
|---|---|
| org.apache.synapse | |
| org.apache.synapse.core.axis2 | |
| org.apache.synapse.endpoints | |
| org.apache.synapse.mediators | |
| org.apache.synapse.mediators.bsf | |
| Uses of FaultHandler in org.apache.synapse |
|---|
| Methods in org.apache.synapse that return types with arguments of type FaultHandler | |
|---|---|
Stack<FaultHandler> |
MessageContext.getFaultStack()
|
| Methods in org.apache.synapse with parameters of type FaultHandler | |
|---|---|
void |
MessageContext.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 | |
|---|---|
Stack<FaultHandler> |
Axis2MessageContext.getFaultStack()
|
| Methods in org.apache.synapse.core.axis2 with parameters of type FaultHandler | |
|---|---|
void |
Axis2MessageContext.pushFaultHandler(FaultHandler fault)
|
| Uses of FaultHandler in org.apache.synapse.endpoints |
|---|
| Subclasses of FaultHandler in org.apache.synapse.endpoints | |
|---|---|
class |
AbstractEndpoint
An abstract base class for all Endpoint implementations |
class |
AddressEndpoint
This class represents an actual endpoint to send the message. |
class |
DefaultEndpoint
This class represents an endpoint with the EPR as the 'To' header of the message. |
class |
DynamicLoadbalanceEndpoint
Represents a dynamic load balance endpoint. |
class |
DynamicLoadbalanceFaultHandler
This FaultHandler will try to resend the message to another member if an error occurs while sending to some member. |
class |
FailoverEndpoint
FailoverEndpoint can have multiple child endpoints. |
class |
IndirectEndpoint
This class represents a real endpoint referred by a key. |
class |
LoadbalanceEndpoint
A Load balance endpoint contains multiple child endpoints. |
class |
RecipientListEndpoint
A Recipient List endpoint can contain multiple child endpoints or member elements. |
class |
ResolvingEndpoint
|
class |
SALoadbalanceEndpoint
SALoadbalanceEndpoint supports session affinity based load balancing. |
class |
TemplateEndpoint
|
class |
WSDLEndpoint
WSDLEndpoint represents the endpoints built using a WSDL document. |
| Uses of FaultHandler in org.apache.synapse.mediators |
|---|
| Subclasses of FaultHandler in org.apache.synapse.mediators | |
|---|---|
class |
MediatorFaultHandler
This implements the FaultHandler interface as a mediator fault handler. |
| Uses of FaultHandler in org.apache.synapse.mediators.bsf |
|---|
| Methods in org.apache.synapse.mediators.bsf that return types with arguments of type FaultHandler | |
|---|---|
Stack<FaultHandler> |
ScriptMessageContext.getFaultStack()
|
| Methods in org.apache.synapse.mediators.bsf with parameters of type FaultHandler | |
|---|---|
void |
ScriptMessageContext.pushFaultHandler(FaultHandler fault)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||