public abstract class Agent extends Object implements PacketHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
FAIL
Completion code for failure.
|
static int |
SUCCESS
Completion code for success.
|
static int |
SUCCESS_WITH_INFORMATION
Completion code for success with information.
|
static int |
SUCCESS_WITH_WARNINGS
Completion code for success with warning.
|
| Constructor and Description |
|---|
Agent()
Instantiates an agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filterPackets(Node oPacket,
Object data)
An XFA PacketHandler to filter out empty nodes and/or
user-specified nodes in an XDP file.
|
abstract String |
getConfigSchemaName()
Retrieve the configuration schema tag name where the config options
are stored for this agent.
|
String |
getPacketList()
Get the list of XFA packets for the XDP.
|
public static final int SUCCESS
public static final int FAIL
public static final int SUCCESS_WITH_WARNINGS
public static final int SUCCESS_WITH_INFORMATION
public void filterPackets(Node oPacket, Object data)
filterPackets in interface PacketHandlerpublic abstract String getConfigSchemaName()
public String getPacketList()
Copyright © 2010 - 2020 Adobe. All Rights Reserved