Class ContextLoadingMappingStrategy

java.lang.Object
org.citrusframework.endpoint.adapter.mapping.ContextLoadingMappingStrategy
All Implemented Interfaces:
EndpointAdapterMappingStrategy

public class ContextLoadingMappingStrategy extends Object implements EndpointAdapterMappingStrategy
Endpoint adapter mapping strategy loads new Spring Application contexts defined by one or more locations and tries to find matching Spring bean with given name or id.
Since:
1.4
Author:
Christoph Deppisch
  • Field Details

    • contextConfigLocation

      protected String contextConfigLocation
      Application context configuration location holding available endpoint adapters
    • loadOnce

      protected boolean loadOnce
      Should application context be loaded once or with every mapping call
  • Constructor Details

    • ContextLoadingMappingStrategy

      public ContextLoadingMappingStrategy()
  • Method Details