collector/rest/src/main/java/org/apache/karaf/decanter/collector/rest/RestCollector.java [70:78]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Dictionary<String, Object> config;

    @Activate
    public void activate(ComponentContext componentContext) throws Exception {
        activate(componentContext.getProperties());
    }

    public void activate(Dictionary<String, Object> config) throws MalformedURLException {
        this.config = config;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



collector/soap/src/main/java/org/apache/karaf/decanter/collector/soap/SoapCollector.java [62:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Dictionary<String, Object> config;

    @Activate
    public void activate(ComponentContext componentContext) throws Exception {
        activate(componentContext.getProperties());
    }

    public void activate(Dictionary<String, Object> config) throws MalformedURLException {
        this.config = config;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



