}
};
constructors[ADD_INTERCEPTOR] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapAddInterceptorRequest();
}
};
constructors[REMOVE_INTERCEPTOR] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {