[root]/modules/core/src/main/java/org/apache/synapse/endpoints
algorithms
(2 files, 117 lines)
utils
(1 files, 210 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 797 (100.0%) | 37.9 |
ruwan | 6 (28.6%) | 633 (79.4%) | 105.5 |
chathura_ce | 6 (28.6%) | 134 (16.8%) | 22.3 |
asankha | 9 (42.9%) | 30 (3.8%) | 3.3 |
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
0 lines of code changed in:
Moved the EndpointDefinition factory code to AddressEndpointFactory. This is used only inside the AddressEndpointFactory. WSDL endpoints may use XML based configuration to override the WSDL details. But in that case, it is better to have a WSDLEndpointFactory specific EndpointDefinition builder.
2 lines of code changed in:
Did minor refactorings to the endpoint code.
118 lines of code changed in:
Fixed an issue in FailoverEndpoint. FailoverEndpoint should build the envelop before sending, so that it can resent the same envelop if an failure occures.
5 lines of code changed in:
Fix to make turning on MTOM/SwA on endpoints possible without having to enable those in the axis2.xml (related to SYNAPSE-45)
9 lines of code changed in:
Fixed - Addressing should only be removed from the cloned message context. Original message context used to send should not be altered as it is required if we want resend after a failure.
Added javadocs for endpoints.
9 lines of code changed in:
fix NPE for non existent endpoints
13 lines of code changed in:
Fix issues with fault handling, and allow propagation of actual cause to Synapse. Also allow Synapse to send back a fault message through a new MC property named RESPONSE to convert a messages' direction after the changes to the fault mediator
8 lines of code changed in:
Refactored the endpoint package structure and added transactional resource access methods to the Context
633 lines of code changed in: