String _operationNameWithoutTry = (String) i.next();
Request _request = (Request) _successfulRequests.get(_operationNameWithoutTry);
String _operationName = getFullQualifiedName(_operationNameWithoutTry);
Message _mesg = getMessageFactory().newMessage(supportedInterface_, _operationName,
_request.arguments(), this);
checkMessageProperties(_mesg);
processMessage(_mesg);
}