io.github.carlosthe19916.webservices.managers.errorhandler.SUNATErrorHandler Maven / Gradle / Ivy
package io.github.carlosthe19916.webservices.managers.errorhandler;
import javax.xml.ws.soap.SOAPFaultException;
import java.util.function.Predicate;
public interface SUNATErrorHandler extends Predicate {
int getPriority();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy