network.oxalis.as4.outbound.ActionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oxalis-as4 Show documentation
Show all versions of oxalis-as4 Show documentation
Extension adding AS4 support to Oxalis
package network.oxalis.as4.outbound;
import network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier;
public interface ActionProvider {
String getAction(DocumentTypeIdentifier documentTypeIdentifier);
}