replayer.set(null);
}
}
public GetCommunicationResponse getCommunication(GetCommunication request, BpelDAOConnection conn) throws Exception {
GetCommunicationResponse response = GetCommunicationResponse.Factory.newInstance();
for (Long iid : request.getIidArray()) {
response.addNewRestoreInstance().set(getCommunication(iid, conn));
}
return response;
}