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

network.oxalis.as4.outbound.ActionProvider Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package network.oxalis.as4.outbound;

import network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier;

public interface ActionProvider {

    String getAction(DocumentTypeIdentifier documentTypeIdentifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy