All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.digipost.api.handlers.EbmsContextAware Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package no.digipost.api.handlers;

import no.digipost.api.representations.EbmsContext;

public abstract class EbmsContextAware {
    protected EbmsContext ebmsContext;

    public void setContext(final EbmsContext ebmsContext) {
        this.ebmsContext = ebmsContext;

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy