{
constructors[CLIENT_JOB_PROCESS_INFO_REQUEST] = new ConstructorFunction<Integer, Portable>() {
@Override
public Portable createNew(Integer arg) {
return new ClientJobProcessInformationRequest();
}
};
constructors[CLIENT_CANCELLATION_REQUEST] = new ConstructorFunction<Integer, Portable>() {
@Override
public Portable createNew(Integer arg) {