XFAService.java 282 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.forms.external.service;

import java.util.List;

public interface XFAService {
    public List<byte[]> paExecute(byte[] var1, byte[] var2, byte[] var3, byte[] var4, boolean var5, boolean var6, byte[] var7) throws Exception;
}