} else if (ReplicationActionType.DELETE.equals(request.getAction())) {
replicationPackage = new VoidReplicationPackage(request, type);
} else if (ReplicationActionType.POLL.equals(request.getAction())) {
replicationPackage = new VoidReplicationPackage(request, type);
} else {
throw new ReplicationPackageBuildingException("unknown action type "
+ request.getAction());
}
if (replicationPackage != null && replicationEventFactory != null) {
Dictionary<String, Object> dictionary = new Hashtable<String, Object>();
dictionary.put("replication.action", replicationPackage.getAction());