org.apache.synapse.mediators.spring |
|
Java Source File Name | Type | Comment |
SpringMediator.java | Class | This mediator allows Spring beans implementing the org.apache.synapse.Mediator
interface to mediate messages passing through Synapse.
A Spring mediator is instantiated by Spring (see www.springframework.org). |
SpringMediatorFactory.java | Class | Creates an instance of a Spring mediator that refers to the given Spring
configuration and bean. |
SpringMediatorSerializer.java | Class | |
SpringMediatorTest.java | Class | This unit test is a different 'type' of a unit test, such that it tests end-to-end
like scenario of using Spring extensions! First it tests that the configuration
builder properly looks up specified named and anonymous spring configurations
and mediates properly to Spring mediator beans. |
SpringTestBean.java | Class | This is a very simple Spring bean, that has one int property, and a
reference to another bean. |
TestMediateHandlerImpl.java | Class | |